fuzz: Add missing fuzz targets to cmake build

This commit is contained in:
MarcoFalke 2024-08-25 14:31:18 +02:00
parent 338bc2cd26
commit fa0e1e4f3c
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ add_executable(fuzz
headerssync.cpp
hex.cpp
http_request.cpp
i2p.cpp
integer.cpp
key.cpp
key_io.cpp

View File

@ -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