mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 00:08:26 -05:00
Add code generation on compiling to premake scripts using custom build commands
This commit is contained in:
@ -17,6 +17,10 @@ function ZoneWriting:link()
|
||||
}
|
||||
end
|
||||
|
||||
function ZoneWriting:use()
|
||||
|
||||
end
|
||||
|
||||
function ZoneWriting:project()
|
||||
local folder = ProjectFolder();
|
||||
|
||||
@ -35,4 +39,6 @@ function ZoneWriting:project()
|
||||
Crypto:include()
|
||||
Utils:include()
|
||||
zlib:include()
|
||||
|
||||
ZoneCode:use()
|
||||
end
|
||||
|
Reference in New Issue
Block a user