1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-15 15:41:59 +01:00
sway-patched-tray-menu/common/CMakeLists.txt
2016-03-24 18:26:01 -04:00

19 lines
261 B
CMake

include_directories(
${WLC_INCLUDE_DIRS}
)
add_library(sway-common
ipc-client.c
list.c
log.c
util.c
readline.c
stringop.c
)
if(Backtrace_FOUND)
set_target_properties(sway-common
PROPERTIES
COMPILE_FLAGS "-include ${Backtrace_HEADER}"
)
endif()