1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-03-11 17:23:53 +00:00
sway/common/CMakeLists.txt
2017-04-26 10:07:32 -04:00

15 lines
204 B
CMake

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)