cmake: change library and mod names

This commit is contained in:
Andrey Akhmichin 2022-06-17 05:41:03 +05:00
parent 5b1640c847
commit db428562ef
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ option(HLDEMO_BUILD "Enable Demo Build" OFF)
set(GAMEDIR "valve" 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")
message(STATUS "Half-Life")
set(SERVER_LIBRARY_NAME "bot" CACHE STRING "Library name for PC platforms")
message(STATUS "Botman's bot #10")
#-----------------
# MAIN BUILD CODE \