Add code generation on compiling to premake scripts using custom build commands

This commit is contained in:
Jan
2019-10-25 02:13:37 +02:00
parent d93b4f5fac
commit 034de70bbc
27 changed files with 345 additions and 325 deletions

8
thirdparty/zlib.lua vendored
View File

@ -12,9 +12,11 @@ function zlib:include()
end
function zlib:link()
links {
"zlib"
}
links "zlib"
end
function zlib:use()
end
function zlib:project()