2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-20 13:35:20 +00:00

feat: add dialog handler for ModMan

This commit is contained in:
Jan Laupetin
2025-10-09 17:35:55 +01:00
parent f838ed1291
commit 5bbeaed3a3
22 changed files with 771 additions and 80 deletions

3
thirdparty/json.lua vendored
View File

@@ -3,7 +3,8 @@ json = {}
function json:include(includes)
if includes:handle(self:name()) then
defines {
"JSON_DIAGNOSTICS=1"
"JSON_DIAGNOSTICS=1",
"HAS_NLOHMANN_JSON"
}
includedirs {
path.join(ThirdPartyFolder(), "json", "single_include")