aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab
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 /swaygrab
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 'swaygrab')
-rw-r--r--swaygrab/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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 @@
1include_directories( 1include_directories(
2 ${JSONC_INCLUDE_DIRS} 2 ${JSONC_INCLUDE_DIRS}
3 ${WLC_INCLUDE_DIRS}
3) 4)
4 5
5add_executable(swaygrab 6add_executable(swaygrab