summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b2f360c..986568c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,3 +27,5 @@ add_executable(fastd
${PROTOCOLS}
)
target_link_libraries(fastd rt ${FASTD_LIBS})
+
+install(TARGETS fastd RUNTIME DESTINATION sbin)