aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-04-28 14:37:35 -0400
committerDrew DeVault <sir@cmpwn.com>2016-04-28 14:37:35 -0400
commit17543d3e00ce6d185a226abf9aa3322bc1460607 (patch)
tree0707fbc4353bc7d233cb1bacd7052e021ad40850 /common
parent89af3f78b2cce23953d4c67603bbc1d09b980bcc (diff)
parent1124e78dda3e5c77fdd5ec5b8f6a45ce644aaa06 (diff)
downloadsway-17543d3e00ce6d185a226abf9aa3322bc1460607.tar.xz
Merge pull request #610 from sleep-walker/master
CMake related improvements
Diffstat (limited to 'common')
-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 @@
include_directories(
${WLC_INCLUDE_DIRS}
+ ${XKBCOMMON_INCLUDE_DIRS}
)
-add_library(sway-common
+add_library(sway-common STATIC
ipc-client.c
list.c
log.c