Add openal-soft

This commit is contained in:
Berkus Decker 2017-02-22 19:53:00 +02:00
parent 2592e630da
commit 979f3035f6
1 changed files with 2 additions and 0 deletions

View File

@ -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)