summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Ben Boeckel <mathstuf@gmail.com>2015-11-12 21:42:37 -0500
committerLibravatar Ben Boeckel <mathstuf@gmail.com>2015-11-12 21:56:14 -0500
commitec013d1f1a5e0345353009f97dc506420995db6b (patch)
tree8ce960a4592d2889e4ed4ed307bdbdcbfd7c3e36 /common
parentcmake: clean up installation rules (diff)
downloadsway-ec013d1f1a5e0345353009f97dc506420995db6b.tar.gz
sway-ec013d1f1a5e0345353009f97dc506420995db6b.tar.zst
sway-ec013d1f1a5e0345353009f97dc506420995db6b.zip
common: create a static library
Diffstat (limited to 'common')
-rw-r--r--common/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt
new file mode 100644
index 00000000..f3a00626
--- /dev/null
+++ b/common/CMakeLists.txt
@@ -0,0 +1,3 @@
1add_library(sway_common STATIC
2 list.c
3 log.c)