Salome HOME
Document's kind dependent features implemented
[modules/shaper.git] / src / Model / CMakeLists.txt
index 63d79a60eb9d0c02433bb48cb561820c428e6449..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
@@ -20,14 +20,13 @@ SET(PROJECT_HEADERS
     Model_ResultBody.h
     Model_ResultConstruction.h
     Model_ResultPart.h
-       Model_ResultValidators.h
-       Model_FeatureValidator.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
@@ -43,8 +42,7 @@ SET(PROJECT_SOURCES
     Model_ResultBody.cpp
     Model_ResultConstruction.cpp
     Model_ResultPart.cpp
-       Model_ResultValidators.cpp
-       Model_FeatureValidator.cpp
+    Model_FeatureValidator.cpp
 )
 
 SET(PROJECT_LIBRARIES