19 lines
No EOL
297 B
Lua
19 lines
No EOL
297 B
Lua
workspace "Light"
|
|
location "../"
|
|
startproject "Sandbox"
|
|
|
|
architecture "x64"
|
|
|
|
configurations
|
|
{
|
|
"Debug",
|
|
"Release",
|
|
"Distribution",
|
|
}
|
|
|
|
-- Directories --
|
|
outputdir = "%{cfg.buildcfg}/%{cfg.system}/%{cfg.architecture}/%{prj.name}"
|
|
|
|
-- Projects --
|
|
include "../Sandbox/"
|
|
include "../Engine/" |