diff options
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r-- | sway/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index f7cc88ab..d23c80b0 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -26,6 +26,10 @@ add_executable(sway workspace.c ) +add_definitions( + -DSYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}" +) + target_link_libraries(sway sway-common sway-protocols |