summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Dominique Martinet <asmadeus@codewreck.org>2016-03-24 23:01:07 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-24 18:26:01 -0400
commit234932723cd8de49e114027e05a8151ed9c2939f (patch)
tree2d76df7b9b1f2eda9bb6856f1bfb05bb4510fecf /common
parentMerge pull request #537 from mikkeloscar/exit-on-config-missing (diff)
downloadsway-234932723cd8de49e114027e05a8151ed9c2939f.tar.gz
sway-234932723cd8de49e114027e05a8151ed9c2939f.tar.zst
sway-234932723cd8de49e114027e05a8151ed9c2939f.zip
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 @@
1include_directories(
2 ${WLC_INCLUDE_DIRS}
3)
4
1add_library(sway-common 5add_library(sway-common
2 ipc-client.c 6 ipc-client.c
3 list.c 7 list.c