From dc5c66b9c6cb87b3df592dd504039ef930f8e809 Mon Sep 17 00:00:00 2001 From: iasonmanolas Date: Fri, 21 Jan 2022 14:09:20 +0200 Subject: [PATCH] including threedbeam directories using cmake macro --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4197167..d615cf1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,8 +99,7 @@ target_link_directories(MySources PUBLIC ${CMAKE_CURRENT_LIST_DIR}/boost_graph/l target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_CURRENT_LIST_DIR}/boost_graph PUBLIC ${vcglib_devel_SOURCE_DIR} -# PUBLIC ${threed-beam-fea_SOURCE_DIR} - PUBLIC ThreedBeamFEA + PUBLIC ${threed-beam-fea_SOURCE_DIR} PUBLIC matplot )