mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +00:00
cmake: change gamedir and server library name.
This commit is contained in:
parent
638bf93598
commit
c6abc67976
@ -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 "echoes" 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 "echoes" CACHE STRING "Library name for PC platforms")
|
||||
|
||||
#-----------------
|
||||
# MAIN BUILD CODE \
|
||||
|
Loading…
Reference in New Issue
Block a user