summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authoralain@945battery-guestA-183.lindenlab.com <alain@945battery-guestA-183.lindenlab.com>2011-03-28 13:34:06 -0700
committeralain@945battery-guestA-183.lindenlab.com <alain@945battery-guestA-183.lindenlab.com>2011-03-28 13:34:06 -0700
commit7564583238c8fabe042dedf7d7491fa0a81db8f3 (patch)
tree70488c0b186d85dc7fef94645a974aee43cbb4f1 /indra
parent3df0b60b3ad338a62a27e1492990f15c1393ea03 (diff)
fix openal linking of viewer.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 2574454d96..e93ef8c498 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1688,6 +1688,12 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${GOOGLE_PERFTOOLS_LIBRARIES}
)
+if (OPENAL)
+ target_link_libraries(${VIEWER_BINARY_NAME}
+ ${OPENAL_LIBRARIES}
+ )
+endif()
+
if (USE_KDU)
target_link_libraries(${VIEWER_BINARY_NAME}
${LLKDU_LIBRARIES}