diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-11-12 22:20:44 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-11-12 22:20:44 -0500 |
commit | 44d0b3282f91cf1f01a9c79ad0e2b64f1a11e845 (patch) | |
tree | a7797ce637c450643a773d6cb415b7a617d11891 /common | |
parent | c43ef2aedd0b2be3236e3e9feced447b956e496c (diff) | |
parent | 8e8bdbcae21a0db730d48fc39aa780e37729412c (diff) |
Merge pull request #224 from mathstuf/cmake-cleanups
CMake cleanups
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 3 |
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) |