Salome HOME
The selection problem with an object deactivate:
[modules/shaper.git] / src / ModuleBase / CMakeLists.txt
index f74124ea6effb801fcb7ea0e9ac2499ad026052d..140a65d170203e8fc1f1a644a297d1c8fdd2977d 100644 (file)
@@ -46,6 +46,7 @@ SET(PROJECT_HEADERS
        ModuleBase_WidgetValidated.h
        ModuleBase_WidgetExprEditor.h
        ModuleBase_ParamSpinBox.h
+       ModuleBase_WidgetIntValue.h
 )
 
 SET(PROJECT_SOURCES
@@ -82,6 +83,8 @@ SET(PROJECT_SOURCES
        ModuleBase_WidgetValidated.cpp
        ModuleBase_WidgetExprEditor.cpp
        ModuleBase_ParamSpinBox.cpp
+       ModuleBase_SelectionValidator.cpp
+       ModuleBase_WidgetIntValue.cpp
 )
 
 SET(PROJECT_LIBRARIES
@@ -89,6 +92,7 @@ SET(PROJECT_LIBRARIES
        Events
        ModelAPI
        GeomAPI
+       GeomDataAPI
        GeomAlgoAPI
        GeomValidators
        ${QT_LIBRARIES}