Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / ModuleBase / CMakeLists.txt
index e70f413c146a47f19979a19963e69096bac3683a..7fa463bdc6b72aae0baa47c191d813209843259c 100644 (file)
@@ -9,7 +9,9 @@ SET(PROJECT_HEADERS
        ModuleBase_ModelWidget.h
        ModuleBase_WidgetBoolValue.h
        ModuleBase_WidgetDoubleValue.h
+       ModuleBase_WidgetEditor.h
        ModuleBase_WidgetFactory.h
+       ModuleBase_WidgetFeature.h
        ModuleBase_WidgetPoint2D.h
        ModuleBase_WidgetSwitch.h
        ModuleBase_WidgetSelector.h
@@ -24,7 +26,9 @@ SET(PROJECT_SOURCES
        ModuleBase_ModelWidget.cpp
        ModuleBase_WidgetBoolValue.cpp
        ModuleBase_WidgetDoubleValue.cpp
+       ModuleBase_WidgetEditor.cpp
        ModuleBase_WidgetFactory.cpp
+       ModuleBase_WidgetFeature.cpp
        ModuleBase_WidgetPoint2D.cpp
        ModuleBase_WidgetSwitch.cpp
        ModuleBase_WidgetSelector.cpp
@@ -62,6 +66,6 @@ INCLUDE_DIRECTORIES(
 
 ADD_DEFINITIONS(-DMODULEBASE_EXPORTS ${CAS_DEFINITIONS})
 ADD_LIBRARY(ModuleBase SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})
-TARGET_LINK_LIBRARIES(ModuleBase ${PROJECT_LIBRARIES})
+TARGET_LINK_LIBRARIES(ModuleBase GeomAPI ${PROJECT_LIBRARIES})
 
 INSTALL(TARGETS ModuleBase DESTINATION bin)