diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-07-19 16:26:33 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-07-27 17:46:29 -0600 |
commit | 1a782ed690e56bf81ec9073041c7559e1762855d (patch) | |
tree | a4c20189069e945e3a34c21146fb14744a62a3a7 /indra/llcommon | |
parent | 08f04113c9252258c9cb6132efa327432c3c27e0 (diff) |
SL-15595 update viewer autobuild to import tracy lib
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 dd266630ea..f1b0506659 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -13,6 +13,7 @@ include(GoogleBreakpad) include(Copy3rdPartyLibs) include(ZLIB) include(URIPARSER) +include(Tracy) include_directories( ${EXPAT_INCLUDE_DIRS} @@ -21,6 +22,7 @@ include_directories( ${ZLIB_INCLUDE_DIRS} ${BREAKPAD_INCLUDE_DIRECTORIES} ${URIPARSER_INCLUDE_DIRS} + ${TRACY_INCLUDE_DIR} ) # add_executable(lltreeiterators lltreeiterators.cpp) |