fuzz: Add missing fuzz targets to cmake build

pull/30712/head
MarcoFalke 2 months ago
parent 338bc2cd26
commit fa0e1e4f3c
No known key found for this signature in database

@ -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…
Cancel
Save