]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/CMakeLists.txt
Salome HOME
Reference attributes added
[modules/shaper.git] / src / Model / CMakeLists.txt
index ea081fac16f7e95623a5c452d05fe66ae6271f75..872f089f629ae44573fddb738bb1d1ba0fce2e90 100644 (file)
@@ -9,6 +9,8 @@ SET(PROJECT_HEADERS
     Model_Data.h
     Model_AttributeDouble.h
     Model_AttributeDocRef.h
+    Model_AttributeReference.h
+    Model_AttributeRefAttr.h
     Model_Events.h
 )
 
@@ -19,6 +21,8 @@ SET(PROJECT_SOURCES
     Model_Data.cpp
     Model_AttributeDouble.cpp
     Model_AttributeDocRef.cpp
+    Model_AttributeReference.cpp
+    Model_AttributeRefAttr.cpp
     Model_Events.cpp
 )