diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-12-18 21:03:39 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-12-18 21:03:39 +0100 |
commit | 577a9c0ed6c28f3e5d1d8c2f8174129a7e80f8ad (patch) | |
tree | 3fc6dc873b50797b64ab43278f6c2d5aa5154f98 /src | |
parent | 224ea7b0815187d2a638808e8a50fb29fda832f6 (diff) | |
download | fastd-577a9c0ed6c28f3e5d1d8c2f8174129a7e80f8ad.tar fastd-577a9c0ed6c28f3e5d1d8c2f8174129a7e80f8ad.zip |
Install fastd binary to PREFIX/bin
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index da0d355..7bacad5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,4 +33,4 @@ add_executable(fastd set_target_properties(fastd PROPERTIES COMPILE_FLAGS -pthread LINK_FLAGS -pthread) target_link_libraries(fastd rt ${UECC_LIBRARY} ${NACL_LIBRARY}) -install(TARGETS fastd RUNTIME DESTINATION sbin) +install(TARGETS fastd RUNTIME DESTINATION bin) |