sway/common/CMakeLists.txt
Christoph Gysin cce9c338c0 cmake: build common code only once
This creates (static) libraries for protocols/, common/, and wayland/.
2015-12-02 12:15:57 +02:00

8 lines
80 B
CMake

add_library(sway-common
ipc-client.c
list.c
log.c
readline.c
stringop.c
)