common: create a static library

This commit is contained in:
Ben Boeckel 2015-11-12 21:42:37 -05:00
parent 98678dea5d
commit ec013d1f1a
3 changed files with 9 additions and 7 deletions

3
common/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_library(sway_common STATIC
list.c
log.c)