diff --git a/CMakeLists.txt b/CMakeLists.txt index bf57f4a9a..faf312d0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,6 +8,8 @@ set(CMAKE_CXX_STANDARD 14) set(CMAKE_AUTOMOC ON) set(CMAKE_INCLUDE_CURRENT_DIR ON) +# Needs OpenAL-SOFT +# Install via `brew install openal-soft` and configure with `env OPENALDIR=/usr/local/opt/openal-soft` find_package(OpenAL REQUIRED) find_package(ZLIB REQUIRED) find_package(LibZip REQUIRED)