fix(build config): debugdir for Game project is now game/ directory

This commit is contained in:
Sara 2023-11-22 13:10:19 +01:00 committed by Scott-G-GD
parent d57bc1e4e2
commit 0ccdc8c5d0

View file

@ -3,6 +3,7 @@ project "Game"
language "C"
staticruntime "Off"
targetdir "bin/%{cfg.buildcfg}"
debugdir "."
defines { "VMATH_SDL" }