Switch to vcpkg from Conan after something broke our build and the Conan support in clion seems outdated

This commit is contained in:
m
2023-07-17 23:35:05 -04:00
parent a01ff2ec0e
commit 16ca6de3d4
4 changed files with 65 additions and 15 deletions

View File

@@ -9,7 +9,7 @@
#include <chrono>
#include "game/game.hpp"
#include <fmt/format.h>
#include <toml.hpp>
#include <toml++/toml.h>
#include <functional>
#include "rendering/renderer.hpp"
#include "input/inputprocessor.hpp"