[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:
1
third_party/cpptoml
vendored
1
third_party/cpptoml
vendored
Submodule third_party/cpptoml deleted from fededad716
1
third_party/tomlplusplus
vendored
Submodule
1
third_party/tomlplusplus
vendored
Submodule
Submodule third_party/tomlplusplus added at 30172438ce
@@ -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"
|
||||
})
|
||||
Reference in New Issue
Block a user