summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorSavchenko Maksym <msavchenko@productengine.com>2014-09-24 03:36:00 +0300
committerSavchenko Maksym <msavchenko@productengine.com>2014-09-24 03:36:00 +0300
commit454a4a2905198b884947e9a3d37dba2e480480da (patch)
tree885bf5d16d3c95fe18b4f6765475aa5a0130167c /indra/newview
parent90467f699fba557c6ab1bf42c677bead2adc5aef (diff)
MAINT-4482 FIXED [viewer-lion] Mac build fails due to weirdo LLTextBase::normalizeUri() issue
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index e8f4144e70..154f3b5726 100755
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -49,6 +49,7 @@ include(CMakeCopyIfDifferent)
include(LLAppearance)
include(PNG)
include(ZLIB)
+include(URIPARSER)
if (NOT HAVOK_TPV)
# When using HAVOK_TPV, the library is precompiled, so no need for this
@@ -1924,6 +1925,7 @@ endif (WINDOWS)
target_link_libraries(${VIEWER_BINARY_NAME}
${PNG_PRELOAD_ARCHIVES}
${ZLIB_PRELOAD_ARCHIVES}
+ ${URIPARSER_PRELOAD_ARCHIVES}
${UPDATER_LIBRARIES}
${GOOGLE_PERFTOOLS_LIBRARIES}
${LLAUDIO_LIBRARIES}