6 lines
238 B
CMake
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)
|