Salome HOME
Abort Sketch by click on the button in the tool bar. Abort nested opened operations.
[modules/shaper.git] / src / ModuleBase / CMakeLists.txt
index f74124ea6effb801fcb7ea0e9ac2499ad026052d..d52f98a5207aa269d00169242262901985516c5a 100644 (file)
@@ -82,6 +82,7 @@ SET(PROJECT_SOURCES
        ModuleBase_WidgetValidated.cpp
        ModuleBase_WidgetExprEditor.cpp
        ModuleBase_ParamSpinBox.cpp
+       ModuleBase_SelectionValidator.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -89,6 +90,7 @@ SET(PROJECT_LIBRARIES
        Events
        ModelAPI
        GeomAPI
+       GeomDataAPI
        GeomAlgoAPI
        GeomValidators
        ${QT_LIBRARIES}