build: replace FetchContent with direct includes for toml++

This commit is contained in:
2026-07-21 10:55:36 +08:00
parent 5018ebe247
commit 2bb281b01c
54 changed files with 21943 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
//# This file is a part of toml++ and is subject to the the terms of the MIT license.
//# Copyright (c) Mark Gillard <mark.gillard@outlook.com.au>
//# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text.
// SPDX-License-Identifier: MIT
#pragma once
#include "preprocessor.hpp"
TOML_DISABLE_WARNINGS;
#include <variant>
TOML_ENABLE_WARNINGS;