mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-20 14:05:23 +01:00
fuzz: Add missing fuzz targets to cmake build
This commit is contained in:
parent
338bc2cd26
commit
fa0e1e4f3c
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ add_executable(fuzz
|
|||
headerssync.cpp
|
||||
hex.cpp
|
||||
http_request.cpp
|
||||
i2p.cpp
|
||||
integer.cpp
|
||||
key.cpp
|
||||
key_io.cpp
|
||||
|
|
|
@ -6,6 +6,7 @@ target_sources(fuzz
|
|||
PRIVATE
|
||||
coincontrol.cpp
|
||||
coinselection.cpp
|
||||
crypter.cpp
|
||||
fees.cpp
|
||||
$<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp>
|
||||
parse_iso8601.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue