mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
cmake: add and use install_binary_component
Add a separate component for each binary for fine-grained installation options. Also install the man pages for only for the targets enabled.
This commit is contained in:
@@ -213,6 +213,4 @@ endfunction()
|
||||
|
||||
add_all_test_targets()
|
||||
|
||||
install(TARGETS test_bitcoin
|
||||
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||
)
|
||||
install_binary_component(test_bitcoin)
|
||||
|
||||
Reference in New Issue
Block a user