Salome HOME
CPP API for FeaturesPlugin_Group
[modules/shaper.git] / src / FeaturesAPI / CMakeLists.txt
index 4daaa9f5f59ef0dc6e50df5281c67125b0a8b565..1bf3b9f6c74460608b057fd92006ed91352623f9 100644 (file)
@@ -5,6 +5,7 @@ INCLUDE(Common)
 SET(PROJECT_HEADERS
   FeaturesAPI.h
   FeaturesAPI_Boolean.h
+  FeaturesAPI_Group.h
   FeaturesAPI_Placement.h
   FeaturesAPI_Rotation.h
   FeaturesAPI_Translation.h
@@ -12,6 +13,7 @@ SET(PROJECT_HEADERS
 
 SET(PROJECT_SOURCES
   FeaturesAPI_Boolean.cpp
+  FeaturesAPI_Group.cpp
   FeaturesAPI_Placement.cpp
   FeaturesAPI_Rotation.cpp
   FeaturesAPI_Translation.cpp