diff options
author | Palmer <palmer@lindenlab.com> | 2009-11-18 11:59:09 -0800 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2009-11-18 11:59:09 -0800 |
commit | 6b81dfb1398461f008ee7d590e9a14762859e916 (patch) | |
tree | e8a276527ee7b240aa974b74feafa389176b2669 /indra/llcommon | |
parent | be666bc14f7252b5cfa0b9c2e34f170f5e24c4d3 (diff) |
Allow USE_GOOGLE_PERFTOOLS to be set to on. For memory manager
Reviewed by Bao
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index e41c75846b..416303342a 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -9,6 +9,7 @@ include(Linking) include(Boost) include(Pth) include(LLSharedLibs) +include(GooglePerfTools) include(Copy3rdPartyLibs) include_directories( @@ -259,6 +260,7 @@ target_link_libraries( ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_REGEX_LIBRARY} ${PTH_LIBRARIES} + ${GOOGLE_PERFTOOLS_LIBRARIES} ) add_dependencies(llcommon stage_third_party_libs) |