mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-24 04:55:40 +00:00
Lib fix
This commit is contained in:
parent
9994e591bd
commit
8328b6f657
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user