From 844bd3a6d11bc31ce80c62728549faf5aa25939e Mon Sep 17 00:00:00 2001 From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu> Date: Wed, 16 Jan 2019 00:32:34 +0100 Subject: [PATCH] cmake: boost for logging --- Framework/Logging/CMakeLists.txt | 1 + Processes/StackInspector/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Framework/Logging/CMakeLists.txt b/Framework/Logging/CMakeLists.txt index f8b150353..056aaad35 100644 --- a/Framework/Logging/CMakeLists.txt +++ b/Framework/Logging/CMakeLists.txt @@ -27,6 +27,7 @@ target_include_directories ( INTERFACE $<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/include> $<INSTALL_INTERFACE:include/> + ${Boost_INCLUDE_DIRS} ) # install library diff --git a/Processes/StackInspector/CMakeLists.txt b/Processes/StackInspector/CMakeLists.txt index 9711c4227..96b502f60 100644 --- a/Processes/StackInspector/CMakeLists.txt +++ b/Processes/StackInspector/CMakeLists.txt @@ -31,6 +31,7 @@ target_link_libraries ( CORSIKAunits CORSIKAgeometry CORSIKAsetup + CORSIKAlogging ) target_include_directories ( -- GitLab