mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-08-30 10:45:16 +00:00
Add code generation on compiling to premake scripts using custom build commands
This commit is contained in:
+5
-3
@@ -10,9 +10,11 @@ function Crypto:link()
|
||||
libtomcrypt:link()
|
||||
libtommath:link()
|
||||
salsa20:link()
|
||||
links {
|
||||
"Crypto"
|
||||
}
|
||||
links "Crypto"
|
||||
end
|
||||
|
||||
function Crypto:use()
|
||||
|
||||
end
|
||||
|
||||
function Crypto:project()
|
||||
|
||||
Reference in New Issue
Block a user