2016-03-24 23:01:07 +01:00
|
|
|
include_directories(
|
|
|
|
${WLC_INCLUDE_DIRS}
|
2016-04-28 20:08:41 +02:00
|
|
|
${XKBCOMMON_INCLUDE_DIRS}
|
2016-03-24 23:01:07 +01:00
|
|
|
)
|
|
|
|
|
2016-04-28 20:13:26 +02:00
|
|
|
add_library(sway-common STATIC
|
2015-12-02 07:57:53 +02:00
|
|
|
ipc-client.c
|
|
|
|
list.c
|
|
|
|
log.c
|
2015-12-14 17:16:38 +01:00
|
|
|
util.c
|
2015-12-02 07:57:53 +02:00
|
|
|
readline.c
|
|
|
|
stringop.c
|
2017-04-26 10:07:32 -04:00
|
|
|
)
|
2015-12-22 00:32:41 +01:00
|
|
|
|
2016-07-30 18:50:13 -05:00
|
|
|
target_link_libraries(sway-common m)
|