mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Lib fix
This commit is contained in:
parent
9994e591bd
commit
8328b6f657
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue