mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add premake scripts for c# projects
This commit is contained in:
@ -13,7 +13,7 @@ function ZoneCommonTests:project()
|
||||
|
||||
project "ZoneCommonTests"
|
||||
targetdir(TargetDirectoryTest)
|
||||
location "%{wks.location}/test"
|
||||
location "%{wks.location}/test/%{prj.name}"
|
||||
kind "SharedLib"
|
||||
language "C++"
|
||||
|
||||
@ -26,7 +26,4 @@ function ZoneCommonTests:project()
|
||||
ZoneCommon:include()
|
||||
|
||||
ZoneCommon:link()
|
||||
|
||||
-- Disable warnings. They do not have any value to us since it is not our code.
|
||||
warnings "off"
|
||||
end
|
||||
|
Reference in New Issue
Block a user