mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-09 22:38:06 -05:00
Add premake scripts for c# projects
This commit is contained in:
@ -97,7 +97,7 @@ include "src/ZoneWriting.lua"
|
||||
group "Components"
|
||||
Crypto:project()
|
||||
Utils:project()
|
||||
--ZoneCodeGenerator:project()
|
||||
ZoneCodeGenerator:project()
|
||||
ZoneCommon:project()
|
||||
ZoneLoading:project()
|
||||
ZoneWriting:project()
|
||||
@ -117,6 +117,6 @@ include "test/ZoneCommonTests.lua"
|
||||
|
||||
-- Tests group: Unit test and other tests projects
|
||||
group "Tests"
|
||||
--ZoneCodeGeneratorTests:project()
|
||||
ZoneCodeGeneratorTests:project()
|
||||
ZoneCommonTests:project()
|
||||
group ""
|
Reference in New Issue
Block a user