fix deps for selftest

This commit is contained in:
Grant Limberg 2025-09-03 09:29:33 -07:00
parent d3f1ec74ba
commit 0f3a5148b1
2 changed files with 3 additions and 2 deletions

View file

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

View file

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