diff options
author | Michael Pohoreski <ptolemy@lindenlab.com> | 2021-09-01 05:40:04 +0000 |
---|---|---|
committer | Michael Pohoreski <ptolemy@lindenlab.com> | 2021-09-01 05:40:04 +0000 |
commit | c49b31a4590dd1b2e48744f49029edd85629909b (patch) | |
tree | 2418a982b4abbb3e8a090e43e00c1a6fd9e1c1b4 /indra/llcommon | |
parent | 88f335ac40ec07cf7766bc1e0e7c69087bc22357 (diff) | |
parent | 3176136686adb58f4add432b017a7017a3f405a5 (diff) |
Merged in SL-15709-Tracy (pull request #672)
SL-15709 Tracy
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index 28bf5d0c39..066d0404ac 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -305,6 +305,7 @@ target_link_libraries( ${BOOST_SYSTEM_LIBRARY} ${GOOGLE_PERFTOOLS_LIBRARIES} ${URIPARSER_LIBRARIES} + ${TRACY_LIBRARY} ) if (DARWIN) |