mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-04 22:03:00 +02:00
fix deps for selftest
This commit is contained in:
parent
d3f1ec74ba
commit
0f3a5148b1
2 changed files with 3 additions and 2 deletions
|
@ -127,7 +127,8 @@ add_executable(zerotier-selftest
|
|||
)
|
||||
|
||||
target_link_libraries(zerotier-selftest
|
||||
zerotier-core
|
||||
zerotier-core
|
||||
zerotier-osdep
|
||||
Threads::Threads
|
||||
nlohmann_json::nlohmann_json
|
||||
prometheus-cpp-lite
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.13)
|
||||
project(osdep LANGUAGES CXX ASM)
|
||||
project(zerotier-osdep LANGUAGES CXX ASM)
|
||||
|
||||
set(SRC_FILES
|
||||
Arp.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue