[cgma-dev] r1319 - in cgm/trunk: . init
dcthomp at mcs.anl.gov
dcthomp at mcs.anl.gov
Mon Oct 22 10:16:54 CDT 2007
Author: dcthomp
Date: 2007-10-22 10:16:54 -0500 (Mon, 22 Oct 2007)
New Revision: 1319
Added:
cgm/trunk/init/CMakeLists.txt
Modified:
cgm/trunk/CMakeLists.txt
Log:
ENH: Add CMake config for the init subdir.
Modified: cgm/trunk/CMakeLists.txt
===================================================================
--- cgm/trunk/CMakeLists.txt 2007-10-22 15:13:22 UTC (rev 1318)
+++ cgm/trunk/CMakeLists.txt 2007-10-22 15:16:54 UTC (rev 1319)
@@ -1,5 +1,5 @@
# do util and geom subdirs
-SUBDIRS( util geom )
+SUBDIRS( util geom init )
Added: cgm/trunk/init/CMakeLists.txt
===================================================================
--- cgm/trunk/init/CMakeLists.txt (rev 0)
+++ cgm/trunk/init/CMakeLists.txt 2007-10-22 15:16:54 UTC (rev 1319)
@@ -0,0 +1,20 @@
+project( cgma_init )
+
+include_directories(
+ ${cubit_geom_SOURCE_DIR}
+ ${cubit_util_SOURCE_DIR}
+ ${cubit_geom_SOURCE_DIR}/ACIS
+ ${cubit_geom_SOURCE_DIR}/virtual
+ ${cubit_geom_SOURCE_DIR}/facet
+ ${cubit_geom_SOURCE_DIR}/cholla
+ ${cgma_init_SOURCE_DIR}
+)
+
+add_library( cgma_init
+ InitCGMA.cpp
+)
+
+target_link_libraries( cgma_init
+ cubit_geom
+ cubit_util
+)
More information about the cgma-dev
mailing list