mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-20 05:25:44 +00:00
20 lines
285 B
Lua
20 lines
285 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)
|