cmake: change gamedir and server library name.

This commit is contained in:
Andrey Akhmichin 2022-06-15 02:03:25 +05:00
parent 127c33a738
commit 5c7f2b856d
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 2 additions and 2 deletions

View File

@ -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 \