# Copyright (c) 2023-present The Limenka 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 $<$:${CMAKE_CURRENT_LIST_DIR}/notifications.cpp> $<$:${CMAKE_CURRENT_LIST_DIR}/scriptpubkeyman.cpp> spend.cpp wallet_bdb_parser.cpp ) target_link_libraries(fuzz limenka_wallet)