From a25640e3b49e7abdf8930d9439a85d066b5235f2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 3 Apr 2012 00:50:34 +0200 Subject: Add install command --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.2.3