diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-04-11 11:05:21 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-04-11 11:05:21 -0400 |
commit | 46a7cdd2866c4219bb690974d9d6266e6994b431 (patch) | |
tree | 8ad7c096bf74fb923ac0a692d3f05f08c8e7305a /indra/llcommon/CMakeLists.txt | |
parent | 51018f38a25bb9d43775ccd8702525a6f16186fa (diff) | |
parent | 5459f2ee987014e88ece017632d73829d844cb6f (diff) |
Merge daggy fix c167ae699e17 for Linux UI issues.
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 eec5250a23..dd7b8c6eb8 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -226,6 +226,7 @@ set(llcommon_HEADER_FILES llsingleton.h llskiplist.h llskipmap.h + llsortedvector.h llstack.h llstacktrace.h llstat.h @@ -241,6 +242,7 @@ set(llcommon_HEADER_FILES llthreadsafequeue.h lltimer.h lltreeiterators.h + lltypeinfolookup.h lluri.h lluuid.h lluuidhashmap.h |