From 5c7f2b856d007405e1018b9fae2d30397b55c8fe Mon Sep 17 00:00:00 2001 From: Andrey Akhmichin <15944199+nekonomicon@users.noreply.github.com> Date: Wed, 15 Jun 2022 02:03:25 +0500 Subject: [PATCH] cmake: change gamedir and server library name. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 123cd838..4d02b6da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,10 +55,10 @@ else() option(64BIT "Disable auto -m32 appending to compiler flags" ON) endif() -set(GAMEDIR "valve" CACHE STRING "Gamedir path") +set(GAMEDIR "biglolly" CACHE STRING "Gamedir path") set(SERVER_INSTALL_DIR "dlls" CACHE STRING "Where put server dll") set(CLIENT_INSTALL_DIR "cl_dlls" CACHE STRING "Where put client dll") -set(SERVER_LIBRARY_NAME "hl" CACHE STRING "Library name for PC platforms") +set(SERVER_LIBRARY_NAME "bl" CACHE STRING "Library name for PC platforms") #----------------- # MAIN BUILD CODE \