You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
|
workspace "transProxy" |
|
architecture "x64" |
|
configurations { "Debug", "Release" } |
|
startproject "App" |
|
|
|
flags |
|
{ |
|
"MultiProcessorCompile" |
|
} |
|
|
|
linkgroups "On" |
|
outputdir = "%{cfg.system}-%{cfg.architecture}-%{cfg.buildcfg}" |
|
|
|
include "dependencies.lua" |
|
|
|
group "App" |
|
include "app" |
|
group "" |
|
|