summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-12 21:42:37 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-11-12 21:42:37 -0500
commit2986972287e282d4fef5b57a35e9ced852897020 (patch)
tree8ce960a4592d2889e4ed4ed307bdbdcbfd7c3e36 /common
parent15a5502dd971acaedec86b3109b8366f67e07f9e (diff)
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 @@
+add_library(sway_common STATIC
+ list.c
+ log.c)