mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add nlohmann json submodule third party dependency
This commit is contained in:
23
thirdparty/json.lua
vendored
Normal file
23
thirdparty/json.lua
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
json = {}
|
||||
|
||||
function json:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
includedirs {
|
||||
path.join(ThirdPartyFolder(), "json", "single_include")
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
function json:link()
|
||||
end
|
||||
|
||||
function json:use()
|
||||
|
||||
end
|
||||
|
||||
function json:name()
|
||||
return "json"
|
||||
end
|
||||
|
||||
function json:project()
|
||||
end
|
Reference in New Issue
Block a user