Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Show First 20 Lines • Show All 294 Lines • ▼ Show 20 Lines | |||||
| option(WITH_ALEMBIC "Enable Alembic Support" ON) | option(WITH_ALEMBIC "Enable Alembic Support" ON) | ||||
| # Universal Scene Description support | # Universal Scene Description support | ||||
| option(WITH_USD "Enable Universal Scene Description (USD) Support" ON) | option(WITH_USD "Enable Universal Scene Description (USD) Support" ON) | ||||
| # 3D format support | # 3D format support | ||||
| # Disable opencollada when we don't have precompiled libs | # Disable opencollada when we don't have precompiled libs | ||||
| option(WITH_OPENCOLLADA "Enable OpenCollada Support (http://www.opencollada.org)" ON) | option(WITH_OPENCOLLADA "Enable OpenCollada Support (http://www.opencollada.org)" ON) | ||||
| option(WITH_IO_WAVEFRONT_OBJ "Enable Wavefront-OBJ 3D file format support (*.obj)" ON) | |||||
| option(WITH_IO_STL "Enable STL 3D file format support (*.stl)" ON) | |||||
| option(WITH_IO_GPENCIL "Enable grease-pencil file format IO (*.svg, *.pdf)" ON) | |||||
| # Sound output | # Sound output | ||||
| option(WITH_SDL "Enable SDL for sound" ON) | option(WITH_SDL "Enable SDL for sound" ON) | ||||
| option(WITH_OPENAL "Enable OpenAL Support (http://www.openal.org)" ON) | option(WITH_OPENAL "Enable OpenAL Support (http://www.openal.org)" ON) | ||||
| if(APPLE) | if(APPLE) | ||||
| option(WITH_COREAUDIO "Enable CoreAudio for audio support on macOS" ON) | option(WITH_COREAUDIO "Enable CoreAudio for audio support on macOS" ON) | ||||
| else() | else() | ||||
| set(WITH_COREAUDIO OFF) | set(WITH_COREAUDIO OFF) | ||||
| ▲ Show 20 Lines • Show All 1,797 Lines • Show Last 20 Lines | |||||