diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-12 21:42:37 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-12 21:42:37 -0500 |
| commit | 2986972287e282d4fef5b57a35e9ced852897020 (patch) | |
| tree | 8ce960a4592d2889e4ed4ed307bdbdcbfd7c3e36 /common/CMakeLists.txt | |
| parent | 15a5502dd971acaedec86b3109b8366f67e07f9e (diff) | |
common: create a static library
Diffstat (limited to 'common/CMakeLists.txt')
| -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) |
