Adam Ierymenko 5 lat temu
rodzic
commit
ffbd18f4ef
1 zmienionych plików z 1 dodań i 1 usunięć
  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)
 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})