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:
3
thirdparty/json.lua
vendored
3
thirdparty/json.lua
vendored
@@ -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")
|
||||
|
Reference in New Issue
Block a user