swayfx/swaymsg/CMakeLists.txt

15 lines
178 B
Text
Raw Normal View History

2015-12-01 22:37:08 +02:00
file(GLOB sources *.c)
file(GLOB common ../common/*.c)
2015-11-26 12:41:24 -05:00
add_executable(swaymsg
2015-12-01 21:46:10 +02:00
${sources}
${common}
2015-11-26 12:41:24 -05:00
)
install(
2015-12-01 21:46:10 +02:00
TARGETS swaymsg
RUNTIME
DESTINATION bin
COMPONENT runtime
2015-12-01 21:05:46 +02:00
)