CMake enabled game engine+Bullet 2.x. tested only on Mac OS X.

This commit is contained in:
Erwin Coumans 2006-11-21 06:39:19 +00:00
parent 1b09386164
commit 2e4e4b4943

@ -39,8 +39,8 @@ SET(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
#-----------------------------------------------------------------------------
# Set default config options
OPTION(WITH_PLAYER "Build Player" OFF)
OPTION(WITH_GAMEENGINE "Enable Game Engine" OFF)
OPTION(WITH_BULLET "Enable Bullet (Physics Engine)" OFF)
OPTION(WITH_GAMEENGINE "Enable Game Engine" ON)
OPTION(WITH_BULLET "Enable Bullet (Physics Engine)" ON)
OPTION(WITH_INTERNATIONAL "Enable I18N (International fonts and text)" ON)
OPTION(WITH_VERSE "Enable Verse (http://verse.blender.org)" OFF)
OPTION(WITH_ELBEEM "Enable Elbeem (Fluid Simulation)" ON)