fencer/Build.lua
2023-11-20 12:04:55 +01:00

16 lines
369 B
Lua

-- project "Fencer-Template" change this
architecture "x64"
configurations { "Debug", "Release", "Dist" }
startproject "Game"
filter "system:windows"
buildoptions { "/EHsc", "/Zc:preprocessor" }
OutputDir = "%{cfg.system}-%{cfg.architecture}/${cfg.buildcfg}"
group "Core"
include "core/Build-Core.lua"
group ""
include "game/Build-Game.lua"