ADD: added the use of a local build curlpp library

This commit is contained in:
Henry Winkel
2023-08-09 08:43:00 +02:00
parent 726b09eb5f
commit 39f0f2b4eb
6 changed files with 13 additions and 18 deletions

View File

@@ -6,13 +6,17 @@
#include <vector>
#include <yaml-cpp/yaml.h>
#include <fstream>
#include <curlpp/cURLpp.hpp>
#include <curlpp/Easy.hpp>
#include <curlpp/Options.hpp>
#include <kubecontrol/WriterMemoryClass.hpp>
#include <loguru.hpp>
#include <nlohmann/json.hpp>
#include <curlpp/cURLpp.hpp>
#include <filesystem>
#include <map>
#include <vector>
namespace kubecontrol
{