Give OpenAL the ability to be optional

This commit is contained in:
Jasmine Iwanek
2022-01-29 20:25:00 -05:00
parent 8e00b37e22
commit c1d2a50175
7 changed files with 36 additions and 4 deletions

View File

@@ -101,6 +101,7 @@ set(CMAKE_CXX_STANDARD 11)
# ------ ----------- ----
option(RELEASE "Release build" OFF)
option(DYNAREC "Dynamic recompiler" ON)
option(OPENAL "OpenAL" ON)
option(FLUIDSYNTH "FluidSynth" ON)
option(MUNT "MUNT" ON)
option(VRAMDUMP "Video RAM dumping" OFF)