mirror of
https://github.com/alicealys/t5-gsc-utils.git
synced 2025-04-20 04:45:43 +00:00
20 lines
266 B
Lua
20 lines
266 B
Lua
json = {
|
|
source = path.join(dependencies.basePath, "json"),
|
|
}
|
|
|
|
function json.import()
|
|
json.includes()
|
|
end
|
|
|
|
function json.includes()
|
|
includedirs {
|
|
path.join(json.source, "single_include/*")
|
|
}
|
|
end
|
|
|
|
function json.project()
|
|
|
|
end
|
|
|
|
table.insert(dependencies, json)
|