mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
24 lines
295 B
Lua
24 lines
295 B
Lua
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
|