remove relevant CMakeLists.txt

This commit is contained in:
Tony Crisci 2017-11-30 11:54:01 -05:00
parent fe5c031609
commit 517af37cc9
5 changed files with 0 additions and 303 deletions

View file

@ -1,15 +0,0 @@
include_directories(
${WLC_INCLUDE_DIRS}
${XKBCOMMON_INCLUDE_DIRS}
)
add_library(sway-common STATIC
ipc-client.c
list.c
log.c
util.c
readline.c
stringop.c
)
target_link_libraries(sway-common m)