[MOAB-dev] r1385 - in MOAB/trunk: . tools/dagmc
pebay at mcs.anl.gov
pebay at mcs.anl.gov
Tue Nov 13 16:09:11 CST 2007
Author: pebay
Date: 2007-11-13 16:09:10 -0600 (Tue, 13 Nov 2007)
New Revision: 1385
Modified:
MOAB/trunk/CMakeLists.txt
MOAB/trunk/tools/dagmc/CMakeLists.txt
Log:
COMP: match changes in Makefile.am from rev. 1374.
Modified: MOAB/trunk/CMakeLists.txt
===================================================================
--- MOAB/trunk/CMakeLists.txt 2007-11-13 22:03:42 UTC (rev 1384)
+++ MOAB/trunk/CMakeLists.txt 2007-11-13 22:09:10 UTC (rev 1385)
@@ -102,7 +102,6 @@
DenseTagCollections.cpp
DualTool.cpp
EntitySequence.cpp
- EntitySequenceManager.cpp
ExoIIUtil.cpp
FileOptions.cpp
FileTokenizer.cpp
@@ -133,15 +132,20 @@
MBWriteUtil.cpp
MeshSetSequence.cpp
MeshTopoUtil.cpp
- PolyEntitySequence.cpp
ReadGmsh.cpp
ReadSTL.cpp
ReadVtk.cpp
- ScdElementSeq.cpp
- ScdVertexSeq.cpp
+ ScdElementData.cpp
+ ScdVertexData.cpp
+ SequenceData.cpp
+ SequenceManager.cpp
SparseTagCollections.cpp
+ StructuredElementSeq.cpp
TagServer.cpp
Tqdcfr.cpp
+ TypeSequenceManager.cpp
+ UnstructuredElemSeq.cpp
+ VertexSequence.cpp
VtkUtil.cpp
WriteAns.cpp
WriteGMV.cpp
@@ -270,6 +274,13 @@
add_test( TestMOAB ${EXECUTABLE_OUTPUT_PATH}/moab_test -nostress )
# FIXME: moab_test depends on: test/mb_big_test.g test/cell1.gen test/cell2.gen
+ add_executable( seq_man_test TestTypeSequenceManager.cpp )
+ target_link_libraries( seq_man_test MOAB )
+ set_source_files_properties( TestTypeSequenceManager.cpp
+ COMPILE_FLAGS "-DIS_BUILDING_MB ${MOAB_DEFINES}" )
+ add_test( TestTypeSequenceManager ${EXECUTABLE_OUTPUT_PATH}/seq_man_test )
+ # FIXME: moab_test depends on: test/mb_big_test.g test/cell1.gen test/cell2.gen
+
add_executable( internals_test internals_test.cpp )
set_source_files_properties( internals_test.cpp
COMPILE_FLAGS "-DIS_BUILDING_MB ${MOAB_DEFINES}" )
Modified: MOAB/trunk/tools/dagmc/CMakeLists.txt
===================================================================
--- MOAB/trunk/tools/dagmc/CMakeLists.txt 2007-11-13 22:03:42 UTC (rev 1384)
+++ MOAB/trunk/tools/dagmc/CMakeLists.txt 2007-11-13 22:09:10 UTC (rev 1385)
@@ -32,7 +32,7 @@
${MOAB_DAGMC_LIB_SRCS}
)
target_link_libraries( dagmc
- moab
+ MOAB
)
add_executable( test_geom
@@ -40,7 +40,7 @@
)
target_link_libraries( test_geom
dagmc
- moab
+ MOAB
)
if ( CGM_FOUND )
More information about the moab-dev
mailing list