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/cmake | |
| 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/cmake')
| -rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index c73a1fdb47..2781c10f19 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -71,6 +71,10 @@ if(WINDOWS)          endif(ADDRESS_SIZE EQUAL 32)      endif (FMODEX) +    if (OPENAL) +        list(APPEND release_files openal32.dll alut.dll) +    endif (OPENAL) +      #*******************************      # Copy MS C runtime dlls, required for packaging.      # *TODO - Adapt this to support VC9 | 
