mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add code generation on compiling to premake scripts using custom build commands
This commit is contained in:
8
thirdparty/zlib.lua
vendored
8
thirdparty/zlib.lua
vendored
@ -12,9 +12,11 @@ function zlib:include()
|
||||
end
|
||||
|
||||
function zlib:link()
|
||||
links {
|
||||
"zlib"
|
||||
}
|
||||
links "zlib"
|
||||
end
|
||||
|
||||
function zlib:use()
|
||||
|
||||
end
|
||||
|
||||
function zlib:project()
|
||||
|
Reference in New Issue
Block a user