Browse Source

build fix

Adam Ierymenko 5 years ago
parent
commit
ffbd18f4ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/CMakeLists.txt

+ 1 - 1
node/CMakeLists.txt

@@ -92,4 +92,4 @@ target_include_directories(${PROJECT_NAME} PRIVATE ${CMAKE_BINARY_DIR})
 
 
 add_executable(zt_core_tests Tests.h Tests.cpp)
 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_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})