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