diff options
author | Richard Linden <none@none> | 2012-10-03 19:32:59 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-10-03 19:32:59 -0700 |
commit | 8f5e83789254d19a1a31737b0d7515cd7e967b26 (patch) | |
tree | e010acddfb59491fe805371b91167e679b8fa598 /indra/llcommon/CMakeLists.txt | |
parent | 7196619b4a0823a332e10b7f98464a1649e0dfd2 (diff) |
SH-3405 WIP convert existing stats to lltrace system
SH-3403 FIX implement unit conversion
LLUnit implements unit tracking and conversion
added support for LLUnit to LLTrace
duplicated most llstats into LLTrace equivalents
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-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 1ccee23e1e..471558ea01 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -247,6 +247,7 @@ set(llcommon_HEADER_FILES lltracerecording.h lltreeiterators.h lltypeinfolookup.h + llunit.h lluri.h lluuid.h lluuidhashmap.h |