From 569941dc516915c9d45589ac0c959654909a55c3 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 9 Feb 2020 20:04:54 +0100 Subject: [PATCH] feature: install binaries --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 49e6678..1abb051 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,6 +54,7 @@ target_link_libraries(webfused PUBLIC ) target_compile_options(webfused PUBLIC ${OPENSSL_CFLAGS_OTHER}) +install(TARGETS webfused DESTINATION bin) add_executable(webfuse-passwd src/passwd/main.c @@ -73,3 +74,4 @@ target_include_directories(webfuse-passwd PUBLIC ) target_compile_options(webfuse-passwd PUBLIC ${OPENSSL_CFLAGS_OTHER}) +install(TARGETS webfuse-passwd DESTINATION bin)