reworked build config, now works on windows

This commit is contained in:
Sara 2023-11-21 11:01:36 +01:00 committed by Scott-G-GD
parent 9d34f2cbeb
commit e479ecf0ad
3 changed files with 13 additions and 6 deletions

View file

@ -6,7 +6,7 @@ project "Engine-Core"
defines { "VMATH_SDL" }
files { "src/**.c" }
files { "src/**.c", "src/**.h" }
includedirs { "src/" }
targetdir ( "../bin/" .. OutputDir .. "/%{prj.name}" )