aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/fuzz/CMakeLists.txt
blob: c30671db489ec1f3ea04f8dd534d3a1053c079f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (c) 2023-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or https://opensource.org/license/mit/.

target_sources(fuzz
  PRIVATE
    coincontrol.cpp
    coinselection.cpp
    crypter.cpp
    fees.cpp
    $<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp>
    parse_iso8601.cpp
    $<$<BOOL:${USE_SQLITE}>:${CMAKE_CURRENT_LIST_DIR}/scriptpubkeyman.cpp>
    wallet_bdb_parser.cpp
)
target_link_libraries(fuzz bitcoin_wallet)