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:
Grant Limberg 2025-08-27 16:23:02 -07:00
parent f8a4a5d6af
commit 7f3b15011e
27 changed files with 615 additions and 3015 deletions

View file

@ -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>