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 "winsock_test" |
|
architecture "x64" |
|
|
|
configurations |
|
{ |
|
"Debug", |
|
"Release" |
|
} |
|
|
|
-- startproject "winsock_test" |
|
|
|
outputdir = "%{cfg.buildcfg}-%{cfg.system}-%{cfg.architecture}" |
|
|
|
-- Include projects |
|
include "bakanet" |
|
include "sandbox/client" |
|
include "sandbox/server" |
|
|
|
|