diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 3 |
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 @@ include_directories( ${WLC_INCLUDE_DIRS} + ${XKBCOMMON_INCLUDE_DIRS} ) -add_library(sway-common +add_library(sway-common STATIC ipc-client.c list.c log.c |