1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00

feature: install binaries

This commit is contained in:
Falk Werner 2020-02-09 20:04:54 +01:00
parent c12716896b
commit 569941dc51

View File

@ -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)