diff options
| -rw-r--r-- | indra/newview/CMakeLists.txt | 6 | 
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} | 
