diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/cmake/GooglePerfTools.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/cmake/GooglePerfTools.cmake b/linden/indra/cmake/GooglePerfTools.cmake index 25e9f6d..aff65cb 100644 --- a/linden/indra/cmake/GooglePerfTools.cmake +++ b/linden/indra/cmake/GooglePerfTools.cmake | |||
@@ -5,6 +5,11 @@ if (STANDALONE) | |||
5 | include(FindGooglePerfTools) | 5 | include(FindGooglePerfTools) |
6 | else (STANDALONE) | 6 | else (STANDALONE) |
7 | use_prebuilt_binary(google) | 7 | use_prebuilt_binary(google) |
8 | if (WINDOWS) | ||
9 | set(TCMALLOC_LIBRARIES | ||
10 | debug libtcmalloc_minimal-debug | ||
11 | optimized libtcmalloc_minimal-debug) | ||
12 | endif (WINDOWS) | ||
8 | if (LINUX) | 13 | if (LINUX) |
9 | set(TCMALLOC_LIBRARIES tcmalloc) | 14 | set(TCMALLOC_LIBRARIES tcmalloc) |
10 | set(STACKTRACE_LIBRARIES stacktrace) | 15 | set(STACKTRACE_LIBRARIES stacktrace) |