mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Fix path typo: 3rdpatry
This commit is contained in:
parent
47e05d5a23
commit
dcb4bc5ef4
8 changed files with 32 additions and 22 deletions
5
ext/prometheus-cpp-lite-1.0/3rdparty/http-client-lite/examples/CMakeLists.txt
vendored
Normal file
5
ext/prometheus-cpp-lite-1.0/3rdparty/http-client-lite/examples/CMakeLists.txt
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.3 FATAL_ERROR)
|
||||
project(http-client-lite-examples)
|
||||
|
||||
add_executable(${PROJECT_NAME}_simple_request simple_request.cpp)
|
||||
target_link_libraries(${PROJECT_NAME}_simple_request PRIVATE http_client_lite)
|
Loading…
Add table
Add a link
Reference in a new issue