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