]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/Controls/CMakeLists.txt
Salome HOME
Merge branch 'V9_13_BR'
[modules/smesh.git] / src / Controls / CMakeLists.txt
index 85b95d4c4a8efa9914772b0d772c2bc6a1244cfc..fa62929fed11c038c57eab22e04dd59e1734012e 100644 (file)
@@ -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
 #
 # 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}
 # additional include directories
 INCLUDE_DIRECTORIES(
   ${OpenCASCADE_INCLUDE_DIR}
-  ${VTK_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
   ${KERNEL_INCLUDE_DIRS}
   ${PROJECT_SOURCE_DIR}/src/SMDS
   ${Boost_INCLUDE_DIRS}
   ${KERNEL_INCLUDE_DIRS}
   ${PROJECT_SOURCE_DIR}/src/SMDS
@@ -37,13 +36,14 @@ ADD_DEFINITIONS(
 
 # libraries to link to
 SET(_link_LIBRARIES
 
 # libraries to link to
 SET(_link_LIBRARIES
-  ${VTK_LIBRARIES}
   ${OpenCASCADE_FoundationClasses_LIBRARIES}
   ${OpenCASCADE_ModelingData_LIBRARIES}
   ${OpenCASCADE_ModelingAlgorithms_LIBRARIES}
   ${OpenCASCADE_FoundationClasses_LIBRARIES}
   ${OpenCASCADE_ModelingData_LIBRARIES}
   ${OpenCASCADE_ModelingAlgorithms_LIBRARIES}
+  ${GEOM_GEOMUtils}
   SMDS
   SMESHDS
   SMESHUtils
   SMDS
   SMESHDS
   SMESHUtils
+  VTK::FiltersVerdict
 )
 
 # --- headers ---
 )
 
 # --- headers ---
@@ -51,13 +51,15 @@ SET(_link_LIBRARIES
 # header files / no moc processing
 SET(SMESHControls_HEADERS
   SMESH_ControlsDef.hxx
 # header files / no moc processing
 SET(SMESHControls_HEADERS
   SMESH_ControlsDef.hxx
+  SMESH_ControlsClassifier.hxx
 )
 
 # --- sources ---
 
 # sources / static
 SET(SMESHControls_SOURCES
 )
 
 # --- sources ---
 
 # sources / static
 SET(SMESHControls_SOURCES
-  SMESH_Controls.cxx 
+  SMESH_Controls.cxx
+  SMESH_ControlsClassifier.cxx
 )
 
 # --- rules ---
 )
 
 # --- rules ---