X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FControls%2FCMakeLists.txt;h=b90e2b23b091dbac7cbdced0300249158f093154;hb=HEAD;hp=85b95d4c4a8efa9914772b0d772c2bc6a1244cfc;hpb=385d4cede5f752d0eec26c306f3b5e14511e2a3d;p=modules%2Fsmesh.git diff --git a/src/Controls/CMakeLists.txt b/src/Controls/CMakeLists.txt index 85b95d4c4..fa62929fe 100644 --- a/src/Controls/CMakeLists.txt +++ b/src/Controls/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2019 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2024 CEA, EDF, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,7 +21,6 @@ # additional include directories INCLUDE_DIRECTORIES( ${OpenCASCADE_INCLUDE_DIR} - ${VTK_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${KERNEL_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/SMDS @@ -37,13 +36,14 @@ ADD_DEFINITIONS( # libraries to link to SET(_link_LIBRARIES - ${VTK_LIBRARIES} ${OpenCASCADE_FoundationClasses_LIBRARIES} ${OpenCASCADE_ModelingData_LIBRARIES} ${OpenCASCADE_ModelingAlgorithms_LIBRARIES} + ${GEOM_GEOMUtils} SMDS SMESHDS SMESHUtils + VTK::FiltersVerdict ) # --- headers --- @@ -51,13 +51,15 @@ SET(_link_LIBRARIES # header files / no moc processing SET(SMESHControls_HEADERS SMESH_ControlsDef.hxx + SMESH_ControlsClassifier.hxx ) # --- sources --- # sources / static SET(SMESHControls_SOURCES - SMESH_Controls.cxx + SMESH_Controls.cxx + SMESH_ControlsClassifier.cxx ) # --- rules ---