From cce9c338c07e889aa82db806f0dddf2f997edbb6 Mon Sep 17 00:00:00 2001 From: Christoph Gysin Date: Wed, 2 Dec 2015 07:57:53 +0200 Subject: cmake: build common code only once This creates (static) libraries for protocols/, common/, and wayland/. --- common/CMakeLists.txt | 7 +++++++ 1 file changed, 7 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..f7d44ec5 --- /dev/null +++ b/common/CMakeLists.txt @@ -0,0 +1,7 @@ +add_library(sway-common + ipc-client.c + list.c + log.c + readline.c + stringop.c + ) -- cgit v1.2.3-54-g00ecf