From 0f3a5148b11d1a8a83d59645c3052f2824ff9122 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 3 Sep 2025 09:29:33 -0700 Subject: [PATCH] fix deps for selftest --- CMakeLists.txt | 3 ++- osdep/CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3674b5841..fbf29b9db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/osdep/CMakeLists.txt b/osdep/CMakeLists.txt index 7d476dbf8..43e4cb8ce 100644 --- a/osdep/CMakeLists.txt +++ b/osdep/CMakeLists.txt @@ -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