From e083450bc40c3b11700ae5315552f758fbf0ff3c Mon Sep 17 00:00:00 2001 From: Christopher Dilks <c-dilks@users.noreply.github.com> Date: Mon, 31 Jul 2023 12:07:44 -0400 Subject: [PATCH] modified: benchmarks/rich/CMakeLists.txt --- benchmarks/rich/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/benchmarks/rich/CMakeLists.txt b/benchmarks/rich/CMakeLists.txt index 9afbcef2..a8d11395 100644 --- a/benchmarks/rich/CMakeLists.txt +++ b/benchmarks/rich/CMakeLists.txt @@ -10,7 +10,10 @@ list(REMOVE_ITEM algo_sources ${algo_exe_source}) # library set(algo_lib ${PROJECT_NAME}) add_library(${algo_lib} SHARED ${algo_sources}) -target_include_directories(${algo_lib} PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include) +target_include_directories(${algo_lib} PUBLIC + ${EDM4EIC_INCLUDE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/include + ) target_compile_options(${algo_lib} PRIVATE -Wall -Wno-misleading-indentation) # executable -- GitLab