mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
cmake: default to build d3xp
This commit is contained in:
parent
105aec84e1
commit
9d9ba03b90
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ include(GNUInstallDirs OPTIONAL RESULT_VARIABLE GNUINSTALLDIRS)
|
|||
|
||||
option(CORE "Build the core" ON)
|
||||
option(BASE "Build the base game code" ON)
|
||||
option(D3XP "Build the d3xp game code" OFF)
|
||||
option(D3XP "Build the d3xp game code" ON)
|
||||
option(DEDICATED "Build the dedicated server" OFF)
|
||||
option(ONATIVE "Optimize for the host CPU" OFF)
|
||||
|
||||
|
|
Loading…
Reference in a new issue