aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2016-03-24 23:01:07 +0100
committerDrew DeVault <sir@cmpwn.com>2016-03-24 18:26:01 -0400
commit234932723cd8de49e114027e05a8151ed9c2939f (patch)
tree2d76df7b9b1f2eda9bb6856f1bfb05bb4510fecf
parentdcf5c67681128c62fd8e807f9681b334f0485f80 (diff)
downloadsway-234932723cd8de49e114027e05a8151ed9c2939f.tar.xz
CMake: add missing wlc include dir for common and swaygrab
-rw-r--r--common/CMakeLists.txt4
-rw-r--r--swaygrab/CMakeLists.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index 38767249..e5b8f2b9 100644
--- 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
index 85ad3907..888a9aee 100644
--- a/swaygrab/CMakeLists.txt
+++ b/swaygrab/CMakeLists.txt
@@ -1,5 +1,6 @@
include_directories(
${JSONC_INCLUDE_DIRS}
+ ${WLC_INCLUDE_DIRS}
)
add_executable(swaygrab