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