Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / GeomValidators / CMakeLists.txt
index aa2d4a0215b3016e0f96fac45c5eab34f65cfbac..ceb12b40d975710bb152119ea0c6fdccd7768d59 100644 (file)
@@ -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)
-