mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-13 08:18:21 -05:00
Add code generation on compiling to premake scripts using custom build commands
This commit is contained in:
@ -7,9 +7,11 @@ function Utils:include()
|
||||
end
|
||||
|
||||
function Utils:link()
|
||||
links {
|
||||
"Utils"
|
||||
}
|
||||
links "Utils"
|
||||
end
|
||||
|
||||
function Utils:use()
|
||||
|
||||
end
|
||||
|
||||
function Utils:project()
|
||||
|
Reference in New Issue
Block a user