From 291c92cc41c1ef0979c8e63c9c05c6628eafad80 Mon Sep 17 00:00:00 2001 From: ambigipathyv Date: Fri, 15 Mar 2024 15:55:05 +0100 Subject: [PATCH] Modified startup project in config file --- premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index d8c53e1..b281cbe 100755 --- a/premake5.lua +++ b/premake5.lua @@ -1,7 +1,7 @@ workspace "BakaraNet" architecture "x64" configurations { "Debug", "Release" } - startproject "bakanet" + startproject "server" flags { "MultiProcessorCompile"