Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / Model / CMakeLists.txt
index c7b23b3a090d7a16121acf70c3bf6e489f797fe4..eca79ac1adc5a33e9eed2bdb82dc6c2f7d29af1f 100644 (file)
@@ -8,14 +8,20 @@ SET(PROJECT_HEADERS
     Model_Application.h
     Model_Document.h
     Model_PluginManager.h
-    Model_Feature.h
+    Model_Object.h
+    Model_Iterator.h
+    Model_AttributeDouble.h
+    Model_AttributeDocRef.h
 )
 
 SET(PROJECT_SOURCES
     Model_Application.cxx
     Model_Document.cxx
     Model_PluginManager.cxx
-    Model_Feature.cxx
+    Model_Object.cxx
+    Model_Iterator.cxx
+    Model_AttributeDouble.cxx
+    Model_AttributeDocRef.cxx
 )
 
 ADD_DEFINITIONS(-DMODEL_EXPORTS ${CAS_DEFINITIONS})
@@ -28,3 +34,5 @@ INCLUDE_DIRECTORIES(
   ../Config
   ${CAS_INCLUDE_DIRS}
 )
+
+INSTALL(TARGETS Model DESTINATION bin)