mirror of
https://github.com/swaywm/sway.git
synced 2024-11-01 05:57:17 +00:00
16 lines
204 B
CMake
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)
|