aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-01-09 10:34:02 -0700
committerMcCabe Maxsted2010-01-09 11:08:30 -0700
commit91d0b4739c6719fc6804e67d63049e2eefea8d99 (patch)
treea4ccdc7e90f543b7fab555c24427b088fd9f5c43 /linden/indra/cmake
parentAlways include VS2005 redist in copy_win_libs (diff)
downloadmeta-impy-91d0b4739c6719fc6804e67d63049e2eefea8d99.zip
meta-impy-91d0b4739c6719fc6804e67d63049e2eefea8d99.tar.gz
meta-impy-91d0b4739c6719fc6804e67d63049e2eefea8d99.tar.bz2
meta-impy-91d0b4739c6719fc6804e67d63049e2eefea8d99.tar.xz
Fixed missing dbghelp.dll file
Diffstat (limited to 'linden/indra/cmake')
-rw-r--r--linden/indra/cmake/ViewerMiscLibs.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/cmake/ViewerMiscLibs.cmake b/linden/indra/cmake/ViewerMiscLibs.cmake
index 2a8abda..7bd306b 100644
--- a/linden/indra/cmake/ViewerMiscLibs.cmake
+++ b/linden/indra/cmake/ViewerMiscLibs.cmake
@@ -7,3 +7,7 @@ if (NOT STANDALONE)
7 use_prebuilt_binary(fontconfig) 7 use_prebuilt_binary(fontconfig)
8endif(NOT STANDALONE) 8endif(NOT STANDALONE)
9 9
10if (WINDOWS)
11 use_prebuilt_binary(dbghelp)
12endif (WINDOWS)
13