From f189e59cfb4a9b57d610bb7979c785b1a8fa66c1 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 21 Apr 2018 13:18:41 +0200 Subject: Add Boost_INCLUDE_DIRS to poi and about --- lib/about/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/about') 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) -- cgit v1.2.1