Browse Source

cmake: change gamedir and server library name.

noffice
Andrey Akhmichin 2 years ago
parent
commit
d2f8e705ba
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 4
      CMakeLists.txt

4
CMakeLists.txt

@ -55,10 +55,10 @@ else()
option(64BIT "Disable auto -m32 appending to compiler flags" ON) option(64BIT "Disable auto -m32 appending to compiler flags" ON)
endif() endif()
set(GAMEDIR "valve" CACHE STRING "Gamedir path") set(GAMEDIR "noffice" CACHE STRING "Gamedir path")
set(SERVER_INSTALL_DIR "dlls" CACHE STRING "Where put server dll") set(SERVER_INSTALL_DIR "dlls" CACHE STRING "Where put server dll")
set(CLIENT_INSTALL_DIR "cl_dlls" CACHE STRING "Where put client 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 "nato" CACHE STRING "Library name for PC platforms")
#----------------- #-----------------
# MAIN BUILD CODE \ # MAIN BUILD CODE \

Loading…
Cancel
Save