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:
@ -5,7 +5,11 @@ function ZoneCodeGeneratorTests:include()
|
||||
end
|
||||
|
||||
function ZoneCodeGeneratorTests:link()
|
||||
|
||||
links "ZoneCommonTests"
|
||||
end
|
||||
|
||||
function ZoneCodeGeneratorTests:use()
|
||||
|
||||
end
|
||||
|
||||
function ZoneCodeGeneratorTests:project()
|
||||
@ -32,9 +36,7 @@ function ZoneCodeGeneratorTests:project()
|
||||
links {
|
||||
"System",
|
||||
"System.Core",
|
||||
"System.Data",
|
||||
"Moq",
|
||||
"MSTest.TestFramework"
|
||||
"System.Data"
|
||||
}
|
||||
|
||||
ZoneCodeGenerator:link()
|
||||
|
Reference in New Issue
Block a user