aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/about/CMakeLists.txt3
-rw-r--r--src/CMakeLists.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/about/CMakeLists.txt b/lib/about/CMakeLists.txt
index 56cd646..eec2545 100644
--- a/lib/about/CMakeLists.txt
+++ b/lib/about/CMakeLists.txt
@@ -12,4 +12,7 @@ add_library(about
aboutdialog.ui
)
+target_include_directories(about
+ PRIVATE ${Boost_INCLUDE_DIRS})
+
target_link_libraries(about Qt5::Widgets)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 965f494..4e4d135 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -57,6 +57,7 @@ add_executable(poi
)
target_include_directories(poi
+ PRIVATE ${Boost_INCLUDE_DIRS}
PRIVATE ../lib ../plugins
PRIVATE ../lib/configuration)