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,7 +5,7 @@ option(PROMETHEUS_BUILD_EXAMPLES "Build with examples" OFF)
|
|||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_SOURCE_DIR}/bin)
|
||||
|
||||
if(WIN32)
|
||||
if(WIN32)
|
||||
|
||||
# it prevent create Debug/ and Release folders in Visual Studio
|
||||
foreach( OUTPUTCONFIG ${CMAKE_CONFIGURATION_TYPES} )
|
||||
|
@ -25,7 +25,7 @@ add_subdirectory("./core")
|
|||
|
||||
add_subdirectory("./simpleapi")
|
||||
|
||||
add_subdirectory("./3rdpatry/http-client-lite")
|
||||
add_subdirectory("./3rdparty/http-client-lite")
|
||||
|
||||
if(PROMETHEUS_BUILD_EXAMPLES)
|
||||
add_subdirectory("./examples")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue