summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-01-19 14:39:34 +0000
committerNat Goodspeed <nat@lindenlab.com>2015-01-19 14:39:34 +0000
commit2cb5dc973506562120751d343e852b007b73df78 (patch)
tree2148f0fe7759413dcabe829b50ccf78c17205609 /indra
parent897ad8842c4d8d2f59817bbe28e6fee78fd10d78 (diff)
Link viewer with OpenAL if appropriate
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/CMakeLists.txt3
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)