Salome HOME
updated copyright message
[plugins/blsurfplugin.git] / src / BLSURFPlugin / CMakeLists.txt
index f660fa768d66b397c797425c73aee429d3cbf0f3..947806a744e80c2694dc93e4dfcdb1f4a32188fd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2019  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
@@ -29,6 +29,7 @@ INCLUDE_DIRECTORIES(
   ${MESHGEMS_INCLUDE_DIRS}
   ${SMESH_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
+  ${MEDCOUPLING_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${PROJECT_BINARY_DIR}/idl
 )
@@ -53,6 +54,7 @@ SET(_link_LIBRARIES
   ${SMESH_StdMeshersEngine}
   ${SMESH_SMDS}
   ${SMESH_SMESHDS}
+  ${SMESH_SMESHUtils}
   ${GEOM_GEOMbasic}
   ${KERNEL_OpUtil}
   ${KERNEL_SalomeGenericObj}
@@ -72,6 +74,7 @@ SET(BLSURFEngine_HEADERS
   BLSURFPlugin_Hypothesis.hxx
   BLSURFPlugin_Hypothesis_i.hxx
   BLSURFPlugin_Attractor.hxx
+  BLSURFPlugin_EnforcedMesh1D.hxx
 )
 
 # --- sources ---
@@ -84,6 +87,7 @@ SET(BLSURFEngine_SOURCES
   BLSURFPlugin_Hypothesis_i.cxx
   BLSURFPlugin_i.cxx
   BLSURFPlugin_Attractor.cxx
+  BLSURFPlugin_EnforcedMesh1D.cxx
 )
 
 # --- scripts ---