summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index e5b8f2b9..9c2c0a99 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -1,8 +1,9 @@
1include_directories( 1include_directories(
2 ${WLC_INCLUDE_DIRS} 2 ${WLC_INCLUDE_DIRS}
3 ${XKBCOMMON_INCLUDE_DIRS}
3) 4)
4 5
5add_library(sway-common 6add_library(sway-common STATIC
6 ipc-client.c 7 ipc-client.c
7 list.c 8 list.c
8 log.c 9 log.c