Salome HOME
Composite Feature implementation. Sketch now is Composite.
[modules/shaper.git] / src / ModelAPI / CMakeLists.txt
index 4d10c9ce172da4f4ba642c8bd539cc7948e124e8..13e4ee12ee28db715e778ed6d4ba2b257e57d0ac 100644 (file)
@@ -5,19 +5,23 @@ INCLUDE(UnitTest)
 
 SET(PROJECT_HEADERS
     ModelAPI.h
-    ModelAPI_PluginManager.h
+    ModelAPI_Session.h
     ModelAPI_Plugin.h
     ModelAPI_Feature.h
+    ModelAPI_CompositeFeature.h
     ModelAPI_Data.h
     ModelAPI_Object.h
     ModelAPI_Document.h
     ModelAPI_Attribute.h
+    ModelAPI_AttributeInteger.h
     ModelAPI_AttributeDouble.h
     ModelAPI_AttributeDocRef.h
     ModelAPI_AttributeReference.h
     ModelAPI_AttributeRefAttr.h
     ModelAPI_AttributeRefList.h
     ModelAPI_AttributeBoolean.h
+    ModelAPI_AttributeString.h
+    ModelAPI_AttributeSelection.h
     ModelAPI_Events.h
     ModelAPI_Validator.h
     ModelAPI_FeatureValidator.h
@@ -26,11 +30,16 @@ SET(PROJECT_HEADERS
     ModelAPI_ResultConstruction.h
     ModelAPI_ResultPart.h
     ModelAPI_ResultParameters.h
+    ModelAPI_ResultValidator.h
+    ModelAPI_AttributeValidator.h
+    ModelAPI_Tools.h
+    ModelAPI_RefAttrValidator.h 
 )
 
 SET(PROJECT_SOURCES
     ModelAPI_Feature.cpp
-    ModelAPI_PluginManager.cpp
+    ModelAPI_Session.cpp
+    ModelAPI_Tools.cpp
 )
 
 SET(PROJECT_LIBRARIES