summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2021-08-31 21:41:03 -0700
committerPtolemy <ptolemy@lindenlab.com>2021-09-03 17:53:44 -0700
commit6d2cad965c63cd352f617537b73506790fd8f4a4 (patch)
tree2418a982b4abbb3e8a090e43e00c1a6fd9e1c1b4 /indra/llcommon
parent91f4d7f7a04839bb9c5e320dcb5f90314586624f (diff)
SL-15709: Fix LLCommon not setting Tracy include directory and not linking to tracy.lib
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/CMakeLists.txt1
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)