From d5b518888590cb17a8be1cb48a8847416991baf9 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 29 May 2018 12:57:35 +0200 Subject: Update about dialog --- lib/about/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/about/CMakeLists.txt') diff --git a/lib/about/CMakeLists.txt b/lib/about/CMakeLists.txt index eec2545..be506fe 100644 --- a/lib/about/CMakeLists.txt +++ b/lib/about/CMakeLists.txt @@ -13,6 +13,8 @@ add_library(about ) target_include_directories(about - PRIVATE ${Boost_INCLUDE_DIRS}) + PRIVATE ${Boost_INCLUDE_DIRS} + PRIVATE ${CMAKE_BINARY_DIR}/src +) target_link_libraries(about Qt5::Widgets) -- cgit v1.2.1