We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitcoin.exe
1 parent df82c2d commit dbb2d4cCopy full SHA for dbb2d4c
src/CMakeLists.txt
@@ -336,6 +336,7 @@ target_link_libraries(bitcoin_node
336
if(BUILD_BITCOIN_BIN)
337
add_executable(bitcoin bitcoin.cpp)
338
add_windows_resources(bitcoin bitcoin-res.rc)
339
+ add_windows_application_manifest(bitcoin)
340
target_link_libraries(bitcoin core_interface bitcoin_util)
341
install_binary_component(bitcoin)
342
endif()
0 commit comments