X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesAPI%2FCMakeLists.txt;h=b511fc640dbfc008d3933856aa46ac03d8f16dfe;hb=b303db5dadecd329d1b9749110dd08ebff2294ab;hp=83e853688b8a54f2efe19def56dfe5c474a0c7a4;hpb=1c3738ae81b02ba62136ac03a53a81a532b95141;p=modules%2Fshaper.git diff --git a/src/FeaturesAPI/CMakeLists.txt b/src/FeaturesAPI/CMakeLists.txt index 83e853688..b511fc640 100644 --- a/src/FeaturesAPI/CMakeLists.txt +++ b/src/FeaturesAPI/CMakeLists.txt @@ -22,7 +22,11 @@ INCLUDE(Common) SET(PROJECT_HEADERS FeaturesAPI.h - FeaturesAPI_Boolean.h + FeaturesAPI_BooleanCut.h + FeaturesAPI_BooleanFuse.h + FeaturesAPI_BooleanCommon.h + FeaturesAPI_BooleanSmash.h + FeaturesAPI_BooleanFill.h FeaturesAPI_Extrusion.h FeaturesAPI_ExtrusionBoolean.h FeaturesAPI_Fillet.h @@ -45,7 +49,11 @@ SET(PROJECT_HEADERS ) SET(PROJECT_SOURCES - FeaturesAPI_Boolean.cpp + FeaturesAPI_BooleanCut.cpp + FeaturesAPI_BooleanFuse.cpp + FeaturesAPI_BooleanCommon.cpp + FeaturesAPI_BooleanSmash.cpp + FeaturesAPI_BooleanFill.cpp FeaturesAPI_Extrusion.cpp FeaturesAPI_ExtrusionBoolean.cpp FeaturesAPI_Fillet.cpp