mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-29 23:19:36 +00:00
Add code generation on compiling to premake scripts using custom build commands
This commit is contained in:
Vendored
+5
-3
@@ -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