Salome HOME
SketchEntity object for the Sketch features
[modules/shaper.git] / src / ModelAPI / CMakeLists.txt
index e8ef2bad290e75210907cb1e53a7561f1cdaad95..497fe5365b604573f73a95f6bc306ea7b45b2ac8 100644 (file)
@@ -9,6 +9,7 @@ SET(PROJECT_HEADERS
     ModelAPI.h
     ModelAPI_Attribute.h
     ModelAPI_AttributeBoolean.h
+    ModelAPI_AttributeColor.h
     ModelAPI_AttributeDocRef.h
     ModelAPI_AttributeDouble.h
     ModelAPI_AttributeInteger.h
@@ -44,6 +45,7 @@ SET(PROJECT_HEADERS
 SET(PROJECT_SOURCES
     ModelAPI_Attribute.cpp
     ModelAPI_AttributeBoolean.cpp
+    ModelAPI_AttributeColor.cpp
     ModelAPI_AttributeDocRef.cpp
     ModelAPI_AttributeDouble.cpp
     ModelAPI_AttributeInteger.cpp