IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 844bd3a6 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

cmake: boost for logging

parent 35fd0d13
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ target_include_directories (
INTERFACE
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include>
$<INSTALL_INTERFACE:include/>
${Boost_INCLUDE_DIRS}
)
# install library
......
......@@ -31,6 +31,7 @@ target_link_libraries (
CORSIKAunits
CORSIKAgeometry
CORSIKAsetup
CORSIKAlogging
)
target_include_directories (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment