Skip to content

Commit

Permalink
[DO NOT MERGE] cmake: A temporary port of PR26606
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 21, 2024
1 parent ad1a148 commit fabf0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/fuzz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ if(ENABLE_WALLET)
${PROJECT_SOURCE_DIR}/src/wallet/test/fuzz/coinselection.cpp
${PROJECT_SOURCE_DIR}/src/wallet/test/fuzz/fees.cpp
${PROJECT_SOURCE_DIR}/src/wallet/test/fuzz/parse_iso8601.cpp
${PROJECT_SOURCE_DIR}/src/wallet/test/fuzz/wallet_bdb_parser.cpp
$<$<BOOL:${USE_SQLITE}>:${PROJECT_SOURCE_DIR}/src/wallet/test/fuzz/notifications.cpp>
$<$<BOOL:${USE_SQLITE}>:${PROJECT_SOURCE_DIR}/src/wallet/test/fuzz/scriptpubkeyman.cpp>
)
Expand Down
1 change: 1 addition & 0 deletions src/wallet/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ add_library(bitcoin_wallet STATIC EXCLUDE_FROM_ALL
fees.cpp
interfaces.cpp
load.cpp
migrate.cpp
receive.cpp
rpc/addresses.cpp
rpc/backup.cpp
Expand Down

0 comments on commit fabf0ba

Please sign in to comment.