mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04: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
|
headerssync.cpp
|
||||||
hex.cpp
|
hex.cpp
|
||||||
http_request.cpp
|
http_request.cpp
|
||||||
|
i2p.cpp
|
||||||
integer.cpp
|
integer.cpp
|
||||||
key.cpp
|
key.cpp
|
||||||
key_io.cpp
|
key_io.cpp
|
||||||
|
|
|
@ -6,6 +6,7 @@ target_sources(fuzz
|
||||||
PRIVATE
|
PRIVATE
|
||||||
coincontrol.cpp
|
coincontrol.cpp
|
||||||
coinselection.cpp
|
coinselection.cpp
|
||||||
|
crypter.cpp
|
||||||
fees.cpp
|
fees.cpp
|
||||||
$<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp>
|
$<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp>
|
||||||
parse_iso8601.cpp
|
parse_iso8601.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue