mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-04 00:02:48 -08:00
Update central controller build to use CMake + conda
Muuuuch easier to use external dependencies now Also tried out conan and vcpkg. Ran into dependency issues when solving for packages to install with conan. vcpkg is just obtuse as all hell to install and not easy to integrate
This commit is contained in:
parent
f8a4a5d6af
commit
7f3b15011e
27 changed files with 615 additions and 3015 deletions
|
|
@ -26,7 +26,11 @@
|
|||
#include "DBMirrorSet.hpp"
|
||||
|
||||
#include <atomic>
|
||||
#ifdef CMAKE_BUILD
|
||||
#include <httplib.h>
|
||||
#else
|
||||
#include <cpp-httplib/httplib.h>
|
||||
#endif
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue