Salome HOME
Distance constraint optimization
[modules/shaper.git] / src / Model / CMakeLists.txt
index bb12daaadbd2e87fb940b2bef2dc57f9049816b3..fdfb04ccf2ed7cc77bbac2f32f32d58fb3ea0dc5 100644 (file)
@@ -6,7 +6,6 @@ SET(PROJECT_HEADERS
     Model_Document.h
     Model_PluginManager.h
     Model_Data.h
-    Model_Object.h
     Model_AttributeDouble.h
     Model_AttributeDocRef.h
     Model_AttributeReference.h
@@ -14,6 +13,11 @@ SET(PROJECT_HEADERS
     Model_AttributeRefList.h
     Model_AttributeBoolean.h
     Model_Events.h
+    Model_Update.h
+    Model_Validator.h
+    Model_ResultBody.h
+    Model_ResultConstruction.h
+    Model_ResultPart.h
 )
 
 SET(PROJECT_SOURCES
@@ -21,7 +25,6 @@ SET(PROJECT_SOURCES
     Model_Document.cpp
     Model_PluginManager.cpp
     Model_Data.cpp
-    Model_Object.cpp
     Model_AttributeDouble.cpp
     Model_AttributeDocRef.cpp
     Model_AttributeReference.cpp
@@ -29,7 +32,13 @@ SET(PROJECT_SOURCES
     Model_AttributeRefList.cpp
     Model_AttributeBoolean.cpp
     Model_Events.cpp
+    Model_Update.cpp
+    Model_Validator.cpp
+    Model_ResultBody.cpp
+    Model_ResultConstruction.cpp
+    Model_ResultPart.cpp
 )
+
 SET(PROJECT_LIBRARIES
     ModelAPI 
     Events