Add nlohmann json submodule third party dependency

This commit is contained in:
Jan
2022-04-18 11:23:05 +02:00
parent 2ec65924c6
commit 0f47e64486
5 changed files with 30 additions and 0 deletions

23
thirdparty/json.lua vendored Normal file
View 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