aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-12 22:20:44 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-11-12 22:20:44 -0500
commit8bb1c1eab6196cfebf0a69ed2fa69872db82f74c (patch)
treea7797ce637c450643a773d6cb415b7a617d11891 /common
parentc1e8de890311e274899d7231e677d52a438e6393 (diff)
parentb5c4be5facc6ecb467152dfa7b88e6e5731d93db (diff)
Merge pull request #224 from mathstuf/cmake-cleanups
CMake cleanups
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)