build: Support make install

This commit is contained in:
Luke Dashjr 2024-10-18 18:49:41 +00:00
parent c4a1845a53
commit f47140b2d2

View File

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