summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-12 22:20:44 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-12 22:20:44 -0500
commit44d0b3282f91cf1f01a9c79ad0e2b64f1a11e845 (patch)
treea7797ce637c450643a773d6cb415b7a617d11891 /common
parentWe don't need to implement strdup (diff)
parentcmake: run git in the source directory (diff)
downloadsway-44d0b3282f91cf1f01a9c79ad0e2b64f1a11e845.tar.gz
sway-44d0b3282f91cf1f01a9c79ad0e2b64f1a11e845.tar.zst
sway-44d0b3282f91cf1f01a9c79ad0e2b64f1a11e845.zip
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 @@
1add_library(sway_common STATIC
2 list.c
3 log.c)