Browse Source

cmake: do not build client library.

pull/1/head
Andrey Akhmichin 2 years ago
parent
commit
5b1640c847
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -43,7 +43,7 @@ option(USE_VGUI2 "Enable VGUI2. UNDONE" OFF) @@ -43,7 +43,7 @@ option(USE_VGUI2 "Enable VGUI2. UNDONE" OFF)
option(USE_NOVGUI_MOTD "Prefer non-VGUI MOTD when USE_VGUI is enabled" OFF)
option(USE_NOVGUI_SCOREBOARD "Prefer non-VGUI Scoreboard when USE_VGUI is enabled" OFF)
option(USE_VOICEMGR "Enable VOICE MANAGER." OFF)
option(BUILD_CLIENT "Build client dll" ON)
option(BUILD_CLIENT "Build client dll" OFF)
option(BUILD_SERVER "Build server dll" ON)
option(GOLDSOURCE_SUPPORT "Build goldsource compatible client library" OFF)

Loading…
Cancel
Save