From f47140b2d20b45ae0d2051c521d2294ed6b04d1c Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Fri, 18 Oct 2024 18:49:41 +0000 Subject: [PATCH] build: Support `make install` --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index beb1edd..9ce6d8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ add_executable(datum_gateway src/thirdparty_segwit_addr.c ${CMAKE_CURRENT_BINARY_DIR}/web_resources.h ) +install(TARGETS datum_gateway DESTINATION bin) set(WEB_RESOURCES www/home.html