[3PP] Replaced cpptoml with tomlplusplus

Also adjusted code that used cpptoml to be used with toml++ and some more changes
This commit is contained in:
Gliniak
2024-02-26 09:30:54 +01:00
parent d246e3bc70
commit 60b31af811
14 changed files with 243 additions and 175 deletions

1
third_party/cpptoml vendored

Submodule third_party/cpptoml deleted from fededad716

1
third_party/tomlplusplus vendored Submodule

View File

@@ -1,5 +1,5 @@
group("third_party")
project("cpptoml")
project("tomlplusplus")
uuid("1e86cc51-3f8b-476d-9249-3b200424846b")
if os.istarget("android") then
-- ndk-build only supports StaticLib and SharedLib.
@@ -9,5 +9,5 @@ project("cpptoml")
end
language("C++")
files({
"cpptoml/include/cpptoml.h",
"tomlplusplus/include/toml++/toml.hpp"
})