1 # Copyright (C) 2008-2010 Trinity <http://www.trinitycore.org/>
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 option(SERVERS "Build worldserver and authserver" 1)
12 option(SCRIPTS "Build core with scripts included" 1)
13 option(TOOLS "Build map/vmap extraction/assembler tools" 0)
14 option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts" 1)
15 option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
16 option(USE_SFMT "Use SFMT as random numbergenerator" 0)
17 option(WITH_WARNINGS "Show all warnings during compile" 0)
18 option(WITH_COREDEBUG "Include additional debug-code in core" 0)
19 option(WITH_SQL "Copy SQL files during installation" 0)