diff options
author | Bryan O'Sullivan <bos@lindenlab.com> | 2009-05-20 22:25:32 +0000 |
---|---|---|
committer | Bryan O'Sullivan <bos@lindenlab.com> | 2009-05-20 22:25:32 +0000 |
commit | fb309e781eaa5f31805ab1589b0706a97509c5be (patch) | |
tree | 8da2260b6b58f71cfda1965beee9fb03a3bf8554 /indra/newview | |
parent | 8c5ca38f1d48edace2a67df00dc319381dc313af (diff) |
Windows: make dbghelp.dll an installable package
Reviewed by Mani.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |