]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/CMakeLists.txt
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / CMakeLists.txt
index bb12daaadbd2e87fb940b2bef2dc57f9049816b3..8e54742a9ab58b528339d6f9adf6cf1235cdb727 100644 (file)
@@ -4,32 +4,47 @@ SET(PROJECT_HEADERS
     Model.h
     Model_Application.h
     Model_Document.h
-    Model_PluginManager.h
+    Model_Session.h
     Model_Data.h
-    Model_Object.h
     Model_AttributeDouble.h
     Model_AttributeDocRef.h
     Model_AttributeReference.h
     Model_AttributeRefAttr.h
     Model_AttributeRefList.h
     Model_AttributeBoolean.h
+    Model_AttributeString.h
+    Model_AttributeInteger.h
     Model_Events.h
+    Model_Update.h
+    Model_Validator.h
+    Model_ResultBody.h
+    Model_ResultConstruction.h
+    Model_ResultPart.h
+    Model_FeatureValidator.h
 )
 
 SET(PROJECT_SOURCES
     Model_Application.cpp
     Model_Document.cpp
-    Model_PluginManager.cpp
+    Model_Session.cpp
     Model_Data.cpp
-    Model_Object.cpp
     Model_AttributeDouble.cpp
     Model_AttributeDocRef.cpp
     Model_AttributeReference.cpp
     Model_AttributeRefAttr.cpp
     Model_AttributeRefList.cpp
     Model_AttributeBoolean.cpp
+    Model_AttributeString.cpp
+    Model_AttributeInteger.cpp
     Model_Events.cpp
+    Model_Update.cpp
+    Model_Validator.cpp
+    Model_ResultBody.cpp
+    Model_ResultConstruction.cpp
+    Model_ResultPart.cpp
+    Model_FeatureValidator.cpp
 )
+
 SET(PROJECT_LIBRARIES
     ModelAPI 
     Events