cmake: default to build d3xp

This commit is contained in:
dhewg 2012-07-09 23:12:07 +02:00 committed by Daniel Gibson
parent 105aec84e1
commit 9d9ba03b90

View file

@ -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)