IAP GITLAB

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

link Boost::headers

parent 37ed0e4c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,8 @@ set (
add_library (ProcessUrQMD STATIC ${MODEL_SOURCES})
CORSIKA_COPY_HEADERS_TO_NAMESPACE (ProcessUrQMD ${MODEL_NAMESPACE} ${MODEL_HEADERS})
find_package(Boost REQUIRED)
set_target_properties (
ProcessUrQMD
PROPERTIES
......@@ -64,6 +66,8 @@ target_link_libraries (
CORSIKAgeometry
CORSIKArandom
CORSIKAsetup
Boost::headers
)
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