aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaygrab/CMakeLists.txt')
-rw-r--r--swaygrab/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt
index 5b47a694..8bc8ed8b 100644
--- a/swaygrab/CMakeLists.txt
+++ b/swaygrab/CMakeLists.txt
@@ -10,6 +10,8 @@ add_executable(swaygrab
10 ${common} 10 ${common}
11) 11)
12 12
13TARGET_LINK_LIBRARIES(swaygrab rt)
14
13install( 15install(
14 TARGETS swaygrab 16 TARGETS swaygrab
15 RUNTIME DESTINATION bin 17 RUNTIME DESTINATION bin