diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-02-13 21:44:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-02-14 13:34:07 +0200 |
commit | b99fcdb30ab65be55aefadaa187849525f189500 (patch) | |
tree | 8c51cfec81b2161b6a6477e693bbd6d543ee878a /indra/llaudio | |
parent | 1b78d59dc118f6acd20b58c64ba4b197c0a4eac4 (diff) |
SL-12707 Build Fails Without FMOD
Also adds correct working directory to RelWithDebInfoOS and enables OpenAl on OS builds for windows
Diffstat (limited to 'indra/llaudio')
-rw-r--r-- | indra/llaudio/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index e943dd5d5c..b9637c4494 100644 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -60,6 +60,10 @@ if (FMODEX) endif (FMODEX) if (OPENAL) + include_directories( + ${OPENAL_LIBRARIES} + ) + list(APPEND llaudio_SOURCE_FILES llaudioengine_openal.cpp lllistener_openal.cpp |