diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-02-11 15:29:20 +0000 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2021-02-11 15:29:20 +0000 |
commit | 48597039b24ffbc976572d24bfc0835922bce43b (patch) | |
tree | 50b69c0f1dbf4a39cfd68674e39c3410a23124b3 /indra/llui/CMakeLists.txt | |
parent | 21565a1f3fe1ae737e2f91c58be2c3cb0b5a2fec (diff) |
SL-14862 - LLViewerStats logs which UI features get used
Diffstat (limited to 'indra/llui/CMakeLists.txt')
-rw-r--r-- | indra/llui/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt index cce618487b..f781ff4110 100644 --- a/indra/llui/CMakeLists.txt +++ b/indra/llui/CMakeLists.txt @@ -122,6 +122,7 @@ set(llui_SOURCE_FILES lluictrl.cpp lluictrlfactory.cpp lluistring.cpp + lluiusage.cpp llundo.cpp llurlaction.cpp llurlentry.cpp @@ -241,6 +242,7 @@ set(llui_HEADER_FILES llui.h lluicolor.h lluistring.h + lluiusage.h llundo.h llurlaction.h llurlentry.h |