mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
build fix
This commit is contained in:
parent
fabb0f734a
commit
ffbd18f4ef
1 changed files with 1 additions and 1 deletions
|
@ -92,4 +92,4 @@ target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_BINARY_DIR})
|
|||
|
||||
add_executable(zt_core_tests Tests.h Tests.cpp)
|
||||
target_compile_definitions(zt_core_tests PRIVATE ZT_ENABLE_TESTS=1 ZT_STANDALONE_TESTS=1)
|
||||
target_link_libraries(zt_core_tests zt_core)
|
||||
target_link_libraries(zt_core_tests zt_core ${libs})
|
||||
|
|
Loading…
Add table
Reference in a new issue