diff options
author | Dave Parks <davep@lindenlab.com> | 2022-05-20 13:31:18 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-05-20 13:31:18 -0500 |
commit | 6c6d9a10f830e264cf75603949b54a12256cab78 (patch) | |
tree | aaecce601f7ac21829a42ff0de68554adaa61f61 /indra/cmake | |
parent | 096ad1306d1a5db300592d9be87ab6762777d400 (diff) |
SL-17287 Update Tracy to 0.8.1. Clean up GPU instrumentation.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/Tracy.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/Tracy.cmake b/indra/cmake/Tracy.cmake index cfff956bcf..dba57eb920 100644 --- a/indra/cmake/Tracy.cmake +++ b/indra/cmake/Tracy.cmake @@ -12,6 +12,7 @@ if (USE_TRACY) if (WINDOWS) MESSAGE(STATUS "Including Tracy for Windows: '${TRACY_INCLUDE_DIR}'") + set(TRACY_LIBRARY "TracyClient") endif (WINDOWS) if (DARWIN) |