X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FCMakeLists.txt;h=b623713fc7ef550ae99d708c8e438e319631705e;hb=241b57ba3887bc2d239df98405c4fc4d6979119b;hp=4508cf3c46b7af2148a938b2b7b2bd0f06f79b45;hpb=ef21d3a2bf6bf7d922b4ecfa114128b0a7fde161;p=modules%2Fshaper.git diff --git a/src/ModuleBase/CMakeLists.txt b/src/ModuleBase/CMakeLists.txt index 4508cf3c4..b623713fc 100644 --- a/src/ModuleBase/CMakeLists.txt +++ b/src/ModuleBase/CMakeLists.txt @@ -37,8 +37,6 @@ SET(PROJECT_HEADERS ModuleBase_IViewer.h ModuleBase_WidgetLineEdit.h ModuleBase_WidgetMultiSelector.h - ModuleBase_ValidatorLinearEdge.h - ModuleBase_ValidatorLinearEdgeOrVertex.h ModuleBase_ViewerFilters.h ModuleBase_ResultPrs.h ModuleBase_IViewWindow.h @@ -82,8 +80,6 @@ SET(PROJECT_SOURCES ModuleBase_DoubleSpinBox.cpp ModuleBase_WidgetLineEdit.cpp ModuleBase_WidgetMultiSelector.cpp - ModuleBase_ValidatorLinearEdge.cpp - ModuleBase_ValidatorLinearEdgeOrVertex.cpp ModuleBase_ViewerFilters.cpp ModuleBase_ResultPrs.cpp ModuleBase_WidgetLabel.cpp @@ -104,6 +100,7 @@ SET(PROJECT_LIBRARIES ModelAPI GeomAPI GeomAlgoAPI + GeomValidators ${QT_LIBRARIES} ${CAS_VIEWER} ${CAS_KERNEL} @@ -131,6 +128,7 @@ INCLUDE_DIRECTORIES( ${CMAKE_SOURCE_DIR}/src/GeomDataAPI ${CMAKE_SOURCE_DIR}/src/GeomAPI ${CMAKE_SOURCE_DIR}/src/GeomAlgoAPI + ${CMAKE_SOURCE_DIR}/src/GeomValidators ${SUIT_INCLUDE} )