summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-06-18 11:19:44 +0200
committerEugen Wissner <belka@caraus.de>2024-06-18 11:19:44 +0200
commit9dc8fb26405938834b13971c3188f4f52bb8b90d (patch)
tree72f770ee2c49d4f6ef9e90341d0c1bd6414fc942 /src/CMakeLists.txt
parent7b5fe4b9d1edf5d3eecc71bb0bf50ac0f4487f7e (diff)
downloadslack-timedate-9dc8fb26405938834b13971c3188f4f52bb8b90d.tar.gz
Generate path configuration file
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c626a41..81bf237 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -4,7 +4,7 @@ pkg_check_modules(GDBUS REQUIRED gio-2.0 dbus-1 glibmm-2.4 giomm-2.4)
add_executable(slack-timedate main.cpp
timedate.cpp timedate.h
)
-target_include_directories(slack-timedate PRIVATE ${GDBUS_INCLUDE_DIRS})
+target_include_directories(slack-timedate PRIVATE ${CMAKE_BINARY_DIR}/data ${GDBUS_INCLUDE_DIRS})
target_link_libraries(slack-timedate ${GDBUS_LIBRARIES})
install(TARGETS slack-timedate DESTINATION ${CMAKE_INSTALL_LIBEXECDIR})