From ec013d1f1a5e0345353009f97dc506420995db6b Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 12 Nov 2015 21:42:37 -0500 Subject: common: create a static library --- common/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 common/CMakeLists.txt (limited to 'common') 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) -- cgit v1.2.3-54-g00ecf