2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-07-10 21:21:50 +00:00

Add premake scripts for c# projects

This commit is contained in:
Jan
2019-10-22 11:32:19 +02:00
parent 0d103e24a5
commit d213bab3f2
21 changed files with 74 additions and 354 deletions

View File

@ -15,7 +15,7 @@ function Linker:project()
project "Linker"
targetdir(TargetDirectoryBin)
location "%{wks.location}/src"
location "%{wks.location}/src/%{prj.name}"
kind "ConsoleApp"
language "C++"