aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra')
-rw-r--r--linden/indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 34aa29f..fee4d4d 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -1385,6 +1385,7 @@ if (WINDOWS)
1385endif (WINDOWS) 1385endif (WINDOWS)
1386 1386
1387target_link_libraries(${VIEWER_BINARY_NAME} 1387target_link_libraries(${VIEWER_BINARY_NAME}
1388 ${NDOF_LIBRARY}
1388 ${LLAUDIO_LIBRARIES} 1389 ${LLAUDIO_LIBRARIES}
1389 ${LLCHARACTER_LIBRARIES} 1390 ${LLCHARACTER_LIBRARIES}
1390 ${LLIMAGE_LIBRARIES} 1391 ${LLIMAGE_LIBRARIES}
@@ -1414,7 +1415,6 @@ target_link_libraries(${VIEWER_BINARY_NAME}
1414 ${SDL_LIBRARY} 1415 ${SDL_LIBRARY}
1415 ${SMARTHEAP_LIBRARY} 1416 ${SMARTHEAP_LIBRARY}
1416 ${UI_LIBRARIES} 1417 ${UI_LIBRARIES}
1417 ${NDOF_LIBRARY}
1418 ${WINDOWS_LIBRARIES} 1418 ${WINDOWS_LIBRARIES}
1419 ${XMLRPCEPI_LIBRARIES} 1419 ${XMLRPCEPI_LIBRARIES}
1420 ${ELFIO_LIBRARIES} 1420 ${ELFIO_LIBRARIES}