mirror of
https://github.com/XLabsProject/s1x-client.git
synced 2023-08-02 15:02:12 +02:00
20 lines
226 B
Lua
20 lines
226 B
Lua
stb = {
|
|
source = path.join(dependencies.basePath, "stb"),
|
|
}
|
|
|
|
function stb.import()
|
|
stb.includes()
|
|
end
|
|
|
|
function stb.includes()
|
|
includedirs {
|
|
stb.source
|
|
}
|
|
end
|
|
|
|
function stb.project()
|
|
|
|
end
|
|
|
|
table.insert(dependencies, stb)
|