This commit is contained in:
Adam Ierymenko 2019-08-30 09:10:11 -07:00
parent 9994e591bd
commit 8328b6f657
No known key found for this signature in database
GPG Key ID: C8877CF2D7A5D7F3

View File

@ -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)