1
1
mirror of https://github.com/swaywm/sway synced 2024-09-30 17:21:21 +02:00
sway/swaygrab/CMakeLists.txt
2015-12-02 12:49:01 +02:00

18 lines
185 B
CMake

add_executable(swaygrab
main.c
)
target_link_libraries(swaygrab
sway-common
rt
)
install(
TARGETS swaygrab
RUNTIME
DESTINATION bin
COMPONENT runtime
)
add_manpage(swaygrab 1)