summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
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
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