From 99ce0210ab12c2bce9ee8d340bab85106dcccce5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer <daniel.j.bauer@fau.de> Date: Thu, 13 Feb 2025 12:57:44 +0100 Subject: [PATCH] add Eigen include directory --- hyteg_integration_tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyteg_integration_tests/CMakeLists.txt b/hyteg_integration_tests/CMakeLists.txt index 2cab3c8..72f63c7 100644 --- a/hyteg_integration_tests/CMakeLists.txt +++ b/hyteg_integration_tests/CMakeLists.txt @@ -9,7 +9,7 @@ add_subdirectory(hyteg SYSTEM) # add a convenience interface target to link against add_library(hyteg::hyteg INTERFACE IMPORTED) set_target_properties(hyteg::hyteg PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_BINARY_DIR}/hyteg/src" + INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_BINARY_DIR}/hyteg/src;${EIGEN_DIR}" INTERFACE_LINK_DIRECTORIES "${hyteg_LIBRARY_DIR}" INTERFACE_LINK_LIBRARIES hyteg ) -- GitLab