1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 04:51:18 +02:00
sway/common/CMakeLists.txt
2017-04-26 10:07:32 -04:00

16 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)