diff options
Diffstat (limited to 'linden/indra')
-rw-r--r-- | linden/indra/cmake/ViewerMiscLibs.cmake | 4 |
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) |
8 | endif(NOT STANDALONE) | 8 | endif(NOT STANDALONE) |
9 | 9 | ||
10 | if (WINDOWS) | ||
11 | use_prebuilt_binary(dbghelp) | ||
12 | endif (WINDOWS) | ||
13 | |||