]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesAPI/CMakeLists.txt
Salome HOME
CPP API for FeaturesPlugin_Group
[modules/shaper.git] / src / FeaturesAPI / CMakeLists.txt
index c5701e9edcbbb83248308f2e29ef9c109de01904..1bf3b9f6c74460608b057fd92006ed91352623f9 100644 (file)
@@ -4,12 +4,16 @@ INCLUDE(Common)
 
 SET(PROJECT_HEADERS
   FeaturesAPI.h
+  FeaturesAPI_Boolean.h
+  FeaturesAPI_Group.h
   FeaturesAPI_Placement.h
   FeaturesAPI_Rotation.h
   FeaturesAPI_Translation.h
 )
 
 SET(PROJECT_SOURCES
+  FeaturesAPI_Boolean.cpp
+  FeaturesAPI_Group.cpp
   FeaturesAPI_Placement.cpp
   FeaturesAPI_Rotation.cpp
   FeaturesAPI_Translation.cpp