diff options
author | James Cook <james@lindenlab.com> | 2010-02-11 16:39:15 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-11 16:39:15 -0800 |
commit | c2373fb5a6b08b2c32e5f93fa67b25f669e8b47f (patch) | |
tree | 1d699db4ebe531cdeeffb7dd16dee4e565d7da26 /indra/llcommon/CMakeLists.txt | |
parent | 9dd7924b19651abf393f7b0dee632904a6b8e52a (diff) |
Created stub LLAvatarNameCache for display name lookup, as
well as LLAvatarName base data object.
Reviewed with Kelly.
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-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 4481d334b2..bed7b46cd0 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -32,6 +32,7 @@ set(llcommon_SOURCE_FILES llapp.cpp llapr.cpp llassettype.cpp + llavatarname.cpp llbase32.cpp llbase64.cpp llcommon.cpp @@ -113,6 +114,7 @@ set(llcommon_HEADER_FILES llallocator.h llallocator_heap_profile.h llagentconstants.h + llavatarname.h llapp.h llapr.h llassettype.h |