From 2730c95699a0968b6deee2533cc806b24803a0ea Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 16 Aug 2018 20:25:05 +0000 Subject: Install the `DHT_bootstrap` binary on `make install`. We didn't install it before, only `tox-bootstrapd`. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 450c224a..a867e1dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -458,6 +458,7 @@ if(DHT_BOOTSTRAP) other/DHT_bootstrap.c other/bootstrap_node_packets.c) target_link_modules(DHT_bootstrap toxcore misc_tools) + install(TARGETS DHT_bootstrap RUNTIME DESTINATION bin) endif() option(BOOTSTRAP_DAEMON "Enable building of tox-bootstrapd" ON) -- cgit v1.2.3