From 8328b6f6576b5e2650e9478d99913baa7dd9ba2f Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 30 Aug 2019 09:10:11 -0700 Subject: [PATCH] Lib fix --- root/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/CMakeLists.txt b/root/CMakeLists.txt index 35f2f4002..a89e48075 100644 --- a/root/CMakeLists.txt +++ b/root/CMakeLists.txt @@ -7,7 +7,7 @@ endif(WIN32) add_executable(${PROJECT_NAME} root.cpp) -target_link_libraries(${PROJECT_NAME} zt_core zt_osdep) +target_link_libraries(${PROJECT_NAME} zt_core zt_osdep pthread resolv) target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)