16 lines
369 B
Lua
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"
|