mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-19 05:45:05 +01:00
fuzz: Add missing fuzz targets to cmake build
This commit is contained in:
parent
338bc2cd26
commit
fa0e1e4f3c
@ -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…
Reference in New Issue
Block a user