Adam Ierymenko 6 years ago
parent
commit
8328b6f657
1 changed files with 1 additions and 1 deletions
  1. 1 1
      root/CMakeLists.txt

+ 1 - 1
root/CMakeLists.txt

@@ -7,7 +7,7 @@ endif(WIN32)
 
 
 add_executable(${PROJECT_NAME} root.cpp)
 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)
 target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)