Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / CMakeLists.txt
index d2d6cc78d8d9c0dec995dadcb6ab29d0939c58d0..63d79a60eb9d0c02433bb48cb561820c428e6449 100644 (file)
@@ -12,6 +12,8 @@ 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
@@ -33,6 +35,8 @@ 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