diff --git a/premake5.lua b/premake5.lua index ddf9215..7130cdf 100644 --- a/premake5.lua +++ b/premake5.lua @@ -31,6 +31,7 @@ end dependencies.load() workspace "black-ops-plugin" +startproject "client" location "./build" objdir "%{wks.location}/obj" targetdir "%{wks.location}/bin/%{cfg.platform}/%{cfg.buildcfg}"