Buildsystem/CMake: Add support for building meshextractor-project from CMake GUI

This commit is contained in:
click
2013-09-27 22:12:53 +02:00
parent da60e515f0
commit 33fcd36c7b

View File

@@ -15,4 +15,5 @@ option(USE_SCRIPTPCH "Use precompiled headers when compiling scripts"
option(USE_COREPCH "Use precompiled headers when compiling servers" 1)
option(WITH_WARNINGS "Show all warnings during compile" 0)
option(WITH_COREDEBUG "Include additional debug-code in core" 0)
option(WITH_MESHEXTRACTOR" "Build meshextractor (alpha)" 0)
option(WITHOUT_GIT "Disable the GIT testing routines" 0)