dncurrency/nano/slow_test/CMakeLists.txt
2023-01-23 13:52:35 +00:00

6 lines
238 B
CMake

add_executable(slow_test entry.cpp node.cpp vote_cache.cpp vote_processor.cpp)
target_link_libraries(slow_test secure node test_common gtest
libminiupnpc-static)
include_directories(${CMAKE_SOURCE_DIR}/submodules)