summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-04-03 00:50:34 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-04-03 00:50:34 +0200
commita25640e3b49e7abdf8930d9439a85d066b5235f2 (patch)
treed69daf935bd2dee8617a5686ae1279d114ef7980
parent52b6ec77139086a76fe2543f3e7de45a6a4162ed (diff)
downloadfastd-a25640e3b49e7abdf8930d9439a85d066b5235f2.tar
fastd-a25640e3b49e7abdf8930d9439a85d066b5235f2.zip
Add install command
-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)