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)