X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FCMakeLists.txt;h=ceb12b40d975710bb152119ea0c6fdccd7768d59;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=aa2d4a0215b3016e0f96fac45c5eab34f65cfbac;hpb=330606d6e8666ed5228d2df26d5306068d50d5d6;p=modules%2Fshaper.git diff --git a/src/GeomValidators/CMakeLists.txt b/src/GeomValidators/CMakeLists.txt index aa2d4a021..ceb12b40d 100644 --- a/src/GeomValidators/CMakeLists.txt +++ b/src/GeomValidators/CMakeLists.txt @@ -17,6 +17,7 @@ SET(PROJECT_HEADERS GeomValidators_Tools.h GeomValidators_ZeroOffset.h GeomValidators_Different.h + GeomValidators_BooleanSelection.h ) SET(PROJECT_SOURCES @@ -33,6 +34,7 @@ SET(PROJECT_SOURCES GeomValidators_Tools.cpp GeomValidators_ZeroOffset.cpp GeomValidators_Different.cpp + GeomValidators_BooleanSelection.cpp ) SET(PROJECT_LIBRARIES @@ -54,4 +56,3 @@ INCLUDE_DIRECTORIES( ) INSTALL(TARGETS GeomValidators DESTINATION plugins) -