mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add premake scripts for projects
This commit is contained in:
6
thirdparty/zlib.lua
vendored
6
thirdparty/zlib.lua
vendored
@ -1,13 +1,17 @@
|
||||
zlib = {}
|
||||
|
||||
function zlib:include()
|
||||
|
||||
defines {
|
||||
"ZLIB_CONST"
|
||||
}
|
||||
|
||||
includedirs {
|
||||
path.join(ThirdPartyFolder(), "zlib")
|
||||
}
|
||||
end
|
||||
|
||||
function zlib:link()
|
||||
self:include()
|
||||
links {
|
||||
"zlib"
|
||||
}
|
||||
|
Reference in New Issue
Block a user