Salome HOME
updated copyright message
[plugins/blsurfplugin.git] / src / BLSURFPlugin / CMakeLists.txt
index 985697b8478aa19b67b39838a1db7b3ade7068f3..95e4a7af3b3ff247d4487c1a0677268218cea449 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2013-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -25,11 +25,11 @@ INCLUDE_DIRECTORIES(
   ${KERNEL_INCLUDE_DIRS}
   ${GUI_INCLUDE_DIRS}
   ${GEOM_INCLUDE_DIRS}
-  ${CAS_INCLUDE_DIRS}
-  ${VTK_INCLUDE_DIRS}
+  ${OpenCASCADE_INCLUDE_DIR}
   ${MESHGEMS_INCLUDE_DIRS}
   ${SMESH_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
+  ${MEDCOUPLING_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${PROJECT_BINARY_DIR}/idl
 )
@@ -37,29 +37,24 @@ INCLUDE_DIRECTORIES(
 # additional preprocessor / compiler flags
 ADD_DEFINITIONS(  
   ${OMNIORB_DEFINITIONS}
-  ${CAS_DEFINITIONS}
+  ${OpenCASCADE_DEFINITIONS}
   ${BOOST_DEFINITIONS}
 )
 
 # libraries to link to
 SET(_link_LIBRARIES
   ${PYTHON_LIBRARIES}
-  ${CAS_TKBRep}
-  ${CAS_TKGeomBase}
-  ${CAS_TKGeomAlgo}
-  ${CAS_TKTopAlgo}
-  ${CAS_TKXCAF}
-  ${CAS_TKXSBase}
-  ${CAS_TKG2d}
-  ${CAS_TKG3d}
-  ${CAS_TKShHealing}
-  ${MESHGEMS_LIBRARIES}
+  ${OpenCASCADE_ModelingData_LIBRARIES} 
+  ${OpenCASCADE_ModelingAlgorithms_LIBRARIES} 
+  ${OpenCASCADE_DataExchange_LIBRARIES}
+  ${MESHGEMS_CADSURF_LIBRARY}
   ${SMESH_SMESHimpl}
   ${SMESH_SMESHEngine}
   ${SMESH_StdMeshers}
   ${SMESH_StdMeshersEngine}
   ${SMESH_SMDS}
   ${SMESH_SMESHDS}
+  ${SMESH_SMESHUtils}
   ${GEOM_GEOMbasic}
   ${KERNEL_OpUtil}
   ${KERNEL_SalomeGenericObj}
@@ -79,6 +74,7 @@ SET(BLSURFEngine_HEADERS
   BLSURFPlugin_Hypothesis.hxx
   BLSURFPlugin_Hypothesis_i.hxx
   BLSURFPlugin_Attractor.hxx
+  BLSURFPlugin_EnforcedMesh1D.hxx
 )
 
 # --- sources ---
@@ -91,6 +87,7 @@ SET(BLSURFEngine_SOURCES
   BLSURFPlugin_Hypothesis_i.cxx
   BLSURFPlugin_i.cxx
   BLSURFPlugin_Attractor.cxx
+  BLSURFPlugin_EnforcedMesh1D.cxx
 )
 
 # --- scripts ---