Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Show First 20 Lines • Show All 375 Lines • ▼ Show 20 Lines | |||||
| option(WITH_SYSTEM_GFLAGS "Use system-wide Gflags instead of a bundled one" OFF) | option(WITH_SYSTEM_GFLAGS "Use system-wide Gflags instead of a bundled one" OFF) | ||||
| option(WITH_SYSTEM_GLOG "Use system-wide Glog instead of a bundled one" OFF) | option(WITH_SYSTEM_GLOG "Use system-wide Glog instead of a bundled one" OFF) | ||||
| mark_as_advanced(WITH_SYSTEM_GFLAGS) | mark_as_advanced(WITH_SYSTEM_GFLAGS) | ||||
| mark_as_advanced(WITH_SYSTEM_GLOG) | mark_as_advanced(WITH_SYSTEM_GLOG) | ||||
| # Freestyle | # Freestyle | ||||
| option(WITH_FREESTYLE "Enable Freestyle (advanced edges rendering)" ON) | option(WITH_FREESTYLE "Enable Freestyle (advanced edges rendering)" ON) | ||||
| # Edit data-block | |||||
| option(WITH_VIDEOEDIT_DATABLOCK "Enable VideoEdit datablock for the video sequencer" ON) | |||||
| mark_as_advanced(WITH_VIDEOEDIT_DATABLOCK) | |||||
| # Misc | # Misc | ||||
| if(WIN32 OR APPLE) | if(WIN32 OR APPLE) | ||||
| option(WITH_INPUT_IME "Enable Input Method Editor (IME) for complex Asian character input" ON) | option(WITH_INPUT_IME "Enable Input Method Editor (IME) for complex Asian character input" ON) | ||||
| endif() | endif() | ||||
| option(WITH_INPUT_NDOF "Enable NDOF input devices (SpaceNavigator and friends)" ON) | option(WITH_INPUT_NDOF "Enable NDOF input devices (SpaceNavigator and friends)" ON) | ||||
| if(UNIX AND NOT APPLE) | if(UNIX AND NOT APPLE) | ||||
| option(WITH_INSTALL_PORTABLE "Install redistributable runtime, otherwise install into CMAKE_INSTALL_PREFIX" ON) | option(WITH_INSTALL_PORTABLE "Install redistributable runtime, otherwise install into CMAKE_INSTALL_PREFIX" ON) | ||||
| option(WITH_STATIC_LIBS "Try to link with static libraries, as much as possible, to make blender more portable across distributions" OFF) | option(WITH_STATIC_LIBS "Try to link with static libraries, as much as possible, to make blender more portable across distributions" OFF) | ||||
| ▲ Show 20 Lines • Show All 1,612 Lines • Show Last 20 Lines | |||||