diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index 2fd836e63f1b6..e6766224d0cd7 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -16,7 +16,7 @@ generate_header_from_raw(data/asmap.raw) add_executable(test_bitcoin main.cpp - $ + ../script/bitcoinconsensus.cpp ${CMAKE_CURRENT_BINARY_DIR}/data/asmap.raw.h ${CMAKE_CURRENT_BINARY_DIR}/data/base58_encode_decode.json.h ${CMAKE_CURRENT_BINARY_DIR}/data/bip341_wallet_vectors.json.h @@ -143,7 +143,6 @@ target_link_libraries(test_bitcoin bitcoin_cli bitcoin_node minisketch - $ Boost::headers ) @@ -174,8 +173,6 @@ if(ENABLE_WALLET) endif() endif() -make_bitcoinconsensus_dll_available(test_bitcoin) - install(TARGETS test_bitcoin RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )