From fb309e781eaa5f31805ab1589b0706a97509c5be Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Wed, 20 May 2009 22:25:32 +0000 Subject: Windows: make dbghelp.dll an installable package Reviewed by Mani. --- indra/newview/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra') diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 668b710c22..7b1c3003f0 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1027,6 +1027,8 @@ if (WINDOWS) if (INTEL_MEMOPS_LIBRARY) list(APPEND viewer_LIBRARIES ${INTEL_MEMOPS_LIBRARY}) endif (INTEL_MEMOPS_LIBRARY) + + use_prebuilt_binary(dbghelp) endif (WINDOWS) # Add the xui files. This is handy for searching for xui elements -- cgit v1.2.3