sway/swaymsg/CMakeLists.txt

17 lines
178 B
CMake
Raw Normal View History

2015-11-26 17:41:24 +00:00
add_executable(swaymsg
main.c
2015-11-26 17:41:24 +00:00
)
target_link_libraries(swaymsg
sway-common
)
2015-11-26 17:41:24 +00:00
install(
2015-12-01 19:46:10 +00:00
TARGETS swaymsg
RUNTIME
DESTINATION bin
COMPONENT runtime
2015-12-01 19:05:46 +00:00
)
2015-12-02 10:47:34 +00:00
add_manpage(swaymsg 1)