diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-19 14:39:34 +0000 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-19 14:39:34 +0000 |
commit | 2cb5dc973506562120751d343e852b007b73df78 (patch) | |
tree | 2148f0fe7759413dcabe829b50ccf78c17205609 /indra | |
parent | 897ad8842c4d8d2f59817bbe28e6fee78fd10d78 (diff) |
Link viewer with OpenAL if appropriate
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 8649386f76..2b669bb21d 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1374,6 +1374,9 @@ if (LINUX) set(viewer_LIBRARIES Xinerama ) + if (OPENAL) + LIST(APPEND viewer_LIBRARIES ${OPENAL_LIBRARIES}) + endif (OPENAL) endif (LINUX) if (WINDOWS) |