From: Anthony Geay Date: Tue, 18 May 2021 09:31:25 +0000 (+0200) Subject: export into medcoupling data structure X-Git-Tag: V9_8_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=plugins%2Fhexoticplugin.git;a=commitdiff_plain;h=85a46a46a1fd342891b29c934c8f80f38ab5a590 export into medcoupling data structure --- diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index f1053a2..9b05de8 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -31,6 +31,7 @@ INCLUDE_DIRECTORIES( ${GUI_INCLUDE_DIRS} ${GEOM_INCLUDE_DIRS} ${SMESH_INCLUDE_DIRS} + ${MEDCOUPLING_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${OMNIORB_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR} diff --git a/src/HexoticPlugin/CMakeLists.txt b/src/HexoticPlugin/CMakeLists.txt index af3dad7..becf9fa 100644 --- a/src/HexoticPlugin/CMakeLists.txt +++ b/src/HexoticPlugin/CMakeLists.txt @@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES( ${SMESH_INCLUDE_DIRS} ${OMNIORB_INCLUDE_DIR} + ${MEDCOUPLING_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${OpenCASCADE_INCLUDE_DIR} ${MESHGEMS_INCLUDE_DIRS}