From 856b946d78708be83a9b3359b8cc98fd12888dfa Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 18 May 2021 10:10:37 +0200 Subject: [PATCH] export into medcoupling data structure --- src/BLSURFPlugin/CMakeLists.txt | 1 + src/GUI/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/src/BLSURFPlugin/CMakeLists.txt b/src/BLSURFPlugin/CMakeLists.txt index 170f618..62d0fc4 100644 --- a/src/BLSURFPlugin/CMakeLists.txt +++ b/src/BLSURFPlugin/CMakeLists.txt @@ -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 ) diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 47fbb4d..f382099 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -29,6 +29,7 @@ INCLUDE_DIRECTORIES( ${GUI_INCLUDE_DIRS} ${GEOM_INCLUDE_DIRS} ${SMESH_INCLUDE_DIRS} + ${MEDCOUPLING_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${OMNIORB_INCLUDE_DIR} ${MESHGEMS_INCLUDE_DIRS} -- 2.30.2