Salome HOME
updated copyright message
[plugins/blsurfplugin.git] / src / BLSURFPlugin / CMakeLists.txt
index f1d7ac7b11de7610ee3d835ceb0c82adfb59a82d..947806a744e80c2694dc93e4dfcdb1f4a32188fd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2023  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -26,10 +26,10 @@ INCLUDE_DIRECTORIES(
   ${GUI_INCLUDE_DIRS}
   ${GEOM_INCLUDE_DIRS}
   ${OpenCASCADE_INCLUDE_DIR}
-  ${VTK_INCLUDE_DIRS}
   ${MESHGEMS_INCLUDE_DIRS}
   ${SMESH_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
+  ${MEDCOUPLING_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${PROJECT_BINARY_DIR}/idl
 )
@@ -54,6 +54,7 @@ SET(_link_LIBRARIES
   ${SMESH_StdMeshersEngine}
   ${SMESH_SMDS}
   ${SMESH_SMESHDS}
+  ${SMESH_SMESHUtils}
   ${GEOM_GEOMbasic}
   ${KERNEL_OpUtil}
   ${KERNEL_SalomeGenericObj}
@@ -73,6 +74,7 @@ SET(BLSURFEngine_HEADERS
   BLSURFPlugin_Hypothesis.hxx
   BLSURFPlugin_Hypothesis_i.hxx
   BLSURFPlugin_Attractor.hxx
+  BLSURFPlugin_EnforcedMesh1D.hxx
 )
 
 # --- sources ---
@@ -85,6 +87,7 @@ SET(BLSURFEngine_SOURCES
   BLSURFPlugin_Hypothesis_i.cxx
   BLSURFPlugin_i.cxx
   BLSURFPlugin_Attractor.cxx
+  BLSURFPlugin_EnforcedMesh1D.cxx
 )
 
 # --- scripts ---