summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-03-24 23:01:07 +0100
committerFurkan Sahin <furkan-dev@proton.me>2016-03-24 23:01:07 +0100
commit8b0915c28f5514978ee2e51049713ec923c70a75 (patch)
tree2d76df7b9b1f2eda9bb6856f1bfb05bb4510fecf /common
parentade91d65f347c2ec70aa5a6d1082561e04cbf166 (diff)
CMake: add missing wlc include dir for common and swaygrab
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt4
1 files changed, 4 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