Revert "let's try vcpkg"

This reverts commit 8d7505956d.
This commit is contained in:
Lion Kortlepel
2022-05-29 14:37:50 +02:00
parent 1970d97ea4
commit 758d5b2c96
7 changed files with 89 additions and 91 deletions

View File

@@ -5,7 +5,7 @@
#include <atomic>
#define TOML11_PRESERVE_COMMENTS_BY_DEFAULT
#include <toml.hpp> // header-only version of TOML++
#include <toml11/toml.hpp> // header-only version of TOML++
namespace fs = std::filesystem;

View File

@@ -12,7 +12,7 @@
#include <mutex>
#include <queue>
#include <set>
#include <toml.hpp>
#include <toml11/toml.hpp>
#include <unordered_map>
#include <vector>