From 85a46a46a1fd342891b29c934c8f80f38ab5a590 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 18 May 2021 11:31:25 +0200 Subject: [PATCH] export into medcoupling data structure --- src/GUI/CMakeLists.txt | 1 + src/HexoticPlugin/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) 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} -- 2.30.2