cmake: default to build d3xp

This commit is contained in:
dhewg 2012-07-09 23:12:07 +02:00
parent 0b22c8e297
commit 28d127b230

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)