Update premake5.lua

This commit is contained in:
6arelyFuture 2022-09-09 21:12:28 +02:00 committed by GitHub
parent 452f05b507
commit 54829603f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ end
dependencies.load() dependencies.load()
workspace "black-ops-plugin" workspace "black-ops-plugin"
startproject "client"
location "./build" location "./build"
objdir "%{wks.location}/obj" objdir "%{wks.location}/obj"
targetdir "%{wks.location}/bin/%{cfg.platform}/%{cfg.buildcfg}" targetdir "%{wks.location}/bin/%{cfg.platform}/%{cfg.buildcfg}"