Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / CMakeLists.txt
index 45c3db89032839e88423b3c387d15ec3f321ad70..8e54742a9ab58b528339d6f9adf6cf1235cdb727 100644 (file)
@@ -4,7 +4,7 @@ SET(PROJECT_HEADERS
     Model.h
     Model_Application.h
     Model_Document.h
-    Model_PluginManager.h
+    Model_Session.h
     Model_Data.h
     Model_AttributeDouble.h
     Model_AttributeDocRef.h
@@ -12,19 +12,21 @@ SET(PROJECT_HEADERS
     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_ResultValidators.h
+    Model_FeatureValidator.h
 )
 
 SET(PROJECT_SOURCES
     Model_Application.cpp
     Model_Document.cpp
-    Model_PluginManager.cpp
+    Model_Session.cpp
     Model_Data.cpp
     Model_AttributeDouble.cpp
     Model_AttributeDocRef.cpp
@@ -32,13 +34,15 @@ SET(PROJECT_SOURCES
     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_ResultValidators.cpp
+    Model_FeatureValidator.cpp
 )
 
 SET(PROJECT_LIBRARIES