diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-12 22:20:44 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-12 22:20:44 -0500 |
| commit | 8bb1c1eab6196cfebf0a69ed2fa69872db82f74c (patch) | |
| tree | a7797ce637c450643a773d6cb415b7a617d11891 /common | |
| parent | c1e8de890311e274899d7231e677d52a438e6393 (diff) | |
| parent | b5c4be5facc6ecb467152dfa7b88e6e5731d93db (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) |
