diff --git a/CMakeLists.txt b/CMakeLists.txt index 9749caaa..81eb630e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,9 +54,9 @@ option(MINIAUDIO_ENABLE_OSS "Enable the OSS backend" option(MINIAUDIO_ENABLE_AAUDIO "Enable the AAudio backend" OFF) option(MINIAUDIO_ENABLE_OPENSL "Enable the OpenSL|ES backend" OFF) option(MINIAUDIO_ENABLE_WEBAUDIO "Enable the Web Audio backend" OFF) +option(MINIAUDIO_ENABLE_DREAMCAST "Enable the Dreamcast backend" OFF) option(MINIAUDIO_ENABLE_NULL "Enable the null backend" OFF) option(MINIAUDIO_ENABLE_SDL2 "Enable the SDL2 backend" OFF) -option(MINIAUDIO_ENABLE_DREAMCAST "Enable the Dreamcast backend" OFF) option(MINIAUDIO_NO_DECODING "Disable decoding APIs" OFF) option(MINIAUDIO_NO_ENCODING "Disable encoding APIs" OFF) option(MINIAUDIO_NO_WAV "Disable the built-in WAV decoder" OFF)