let's try vcpkg

This commit is contained in:
Lion Kortlepel
2022-04-28 16:26:30 +02:00
parent 3b2016d09f
commit 8d7505956d
7 changed files with 91 additions and 89 deletions

View File

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

View File

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