commit 234932723cd8de49e114027e05a8151ed9c2939f
parent dcf5c67681128c62fd8e807f9681b334f0485f80
Author: Dominique Martinet <asmadeus@codewreck.org>
Date: Thu, 24 Mar 2016 23:01:07 +0100
CMake: add missing wlc include dir for common and swaygrab
Diffstat:
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
@@ -1,3 +1,7 @@
+include_directories(
+ ${WLC_INCLUDE_DIRS}
+)
+
add_library(sway-common
ipc-client.c
list.c
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt
@@ -1,5 +1,6 @@
include_directories(
${JSONC_INCLUDE_DIRS}
+ ${WLC_INCLUDE_DIRS}
)
add_executable(swaygrab