aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 13:18:41 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-04-21 13:18:41 +0200
commitf189e59cfb4a9b57d610bb7979c785b1a8fa66c1 (patch)
treed33c71ec60192ecb116f3805e75e4390623b22bd
parentComment out ProfileEditor (diff)
downloadsmolbote-f189e59cfb4a9b57d610bb7979c785b1a8fa66c1.tar.xz
Add Boost_INCLUDE_DIRS to poi and about
-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)