1
0
Fork 0
mirror of https://github.com/NickHu/sway synced 2025-01-17 18:12:41 +01:00
sway-patched-tray-menu/swaymsg/CMakeLists.txt
2016-07-31 14:47:32 -04:00

17 lines
197 B
CMake

add_executable(swaymsg
main.c
)
target_link_libraries(swaymsg
sway-common
${JSONC_LIBRARIES}
)
install(
TARGETS swaymsg
RUNTIME
DESTINATION bin
COMPONENT runtime
)
add_manpage(swaymsg 1)