Skip to content

Commit

Permalink
Add batchverify.cpp to cmake lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunovo committed Nov 7, 2024
1 parent 9fb6477 commit 0014a77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ endif()
add_library(bitcoin_common STATIC EXCLUDE_FROM_ALL
addresstype.cpp
base58.cpp
batchverify.cpp
bech32.cpp
chainparams.cpp
chainparamsbase.cpp
Expand Down
1 change: 1 addition & 0 deletions src/kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ add_library(bitcoinkernel
disconnected_transactions.cpp
mempool_removal_reason.cpp
../arith_uint256.cpp
../batchverify.cpp
../chain.cpp
../coins.cpp
../compressor.cpp
Expand Down

0 comments on commit 0014a77

Please sign in to comment.