Skip to content
Snippets Groups Projects
Commit 75645832 authored by alain@945battery-guestA-183.lindenlab.com's avatar alain@945battery-guestA-183.lindenlab.com
Browse files

fix openal linking of viewer.

parent 3df0b60b
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment