Skip to content
Snippets Groups Projects
Commit e083450b authored by Christopher Dilks's avatar Christopher Dilks
Browse files

modified: benchmarks/rich/CMakeLists.txt

parent 2a44633d
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,10 @@ list(REMOVE_ITEM algo_sources ${algo_exe_source}) ...@@ -10,7 +10,10 @@ list(REMOVE_ITEM algo_sources ${algo_exe_source})
# library # library
set(algo_lib ${PROJECT_NAME}) set(algo_lib ${PROJECT_NAME})
add_library(${algo_lib} SHARED ${algo_sources}) 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) target_compile_options(${algo_lib} PRIVATE -Wall -Wno-misleading-indentation)
# executable # executable
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment