]> SALOME platform Git repositories - plugins/ghs3dplugin.git/blobdiff - src/GHS3DPlugin/CMakeLists.txt
Salome HOME
proposal for plugin merge
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / CMakeLists.txt
index 3c1abb8574c25a0cf2c35f804e61ecb402895dd7..286387f4963073b3ff2f6063a982623f3f366ce3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2022  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
@@ -25,6 +25,7 @@ INCLUDE_DIRECTORIES(
   ${GEOM_INCLUDE_DIRS}
   ${SMESH_INCLUDE_DIRS}
   ${MESHGEMS_INCLUDE_DIRS}
+  ${MEDCOUPLING_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
   ${OMNIORB_INCLUDE_DIR}
   ${PROJECT_BINARY_DIR}/idl
@@ -74,6 +75,7 @@ SET(GHS3DEngine_HEADERS
   GHS3DPlugin_OptimizerHypothesis.hxx
   GHS3DPlugin_OptimizerHypothesis_i.hxx
   MG_Tetra_API.hxx
+  MG_TetraHPC_API.hxx
 )
 
 # --- sources ---
@@ -89,6 +91,7 @@ SET(GHS3DEngine_SOURCES
   GHS3DPlugin_OptimizerHypothesis.cxx
   GHS3DPlugin_OptimizerHypothesis_i.cxx
   MG_Tetra_API.cxx
+  MG_TetraHPC_API.cxx
 )
 
 # --- scripts ---