diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2015-11-12 21:42:37 -0500 |
---|---|---|
committer | Ben Boeckel <mathstuf@gmail.com> | 2015-11-12 21:56:14 -0500 |
commit | ec013d1f1a5e0345353009f97dc506420995db6b (patch) | |
tree | 8ce960a4592d2889e4ed4ed307bdbdcbfd7c3e36 /common | |
parent | 98678dea5d395e08de5bf28d3c9b4f48ea6f6589 (diff) |
common: create a static library
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) |