Salome HOME
Fix for crash on multi-selection of group-vertices on imported body with Shift-key...
[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}