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