aboutsummaryrefslogtreecommitdiff
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-12-14 11:25:31 -0500
committerDrew DeVault <sir@cmpwn.com>2015-12-14 11:25:31 -0500
commit2be742d02d8dd26e111713d9bb52cd240d7d630b (patch)
tree84a5091db97f6c14515ce871922c431c0fe9eaca /common/CMakeLists.txt
parent89025facbf900d4f14ccd83af95c93d2358578cf (diff)
parent2cedf88273dcec1f79ecb20582c876584db10d36 (diff)
Merge pull request #314 from mikkeloscar/bar-id
Add initial support for custom bar-id
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
index f7d44ec5..a40f096d 100644
--- a/common/CMakeLists.txt
+++ b/common/CMakeLists.txt
@@ -2,6 +2,7 @@ add_library(sway-common
ipc-client.c
list.c
log.c
+ util.c
readline.c
stringop.c
)