cmake: change library and mod names

This commit is contained in:
Andrey Akhmichin 2022-06-17 05:39:49 +05:00
parent c087c14c04
commit 25656694d1
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 "bubblemod" CACHE STRING "Library name for PC platforms")
message(STATUS "BubbleMod")
#-----------------
# MAIN BUILD CODE \