diff --git a/CMakeLists.txt b/CMakeLists.txt index e0e79122ba..a3b12cef35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -469,6 +469,7 @@ if(BOOTSTRAP_DAEMON) other/bootstrap_node_packets.c other/bootstrap_node_packets.h) target_link_modules(tox-bootstrapd toxnetcrypto ${LIBCONFIG_LIBRARIES}) + install(TARGETS tox-bootstrapd RUNTIME DESTINATION bin) endif() endif()