diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-08-08 13:23:02 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-08-08 13:23:02 -0400 |
commit | 50f3e227a2ba511a1110b3e5a214db73ba3cc4e8 (patch) | |
tree | b8444cf2ff47b66743ecf304c24b3fcb04e9deba /indra/llcommon/CMakeLists.txt | |
parent | ac7f7366cd8147f7826c6d59584c96ecf6115c61 (diff) |
Move llhandle.h into llcommon; same generality as llpointer.h.
Leaving llhandle.h in llui restricts the set of viewer project directories
which could potentially use it, and there's nothing whatsoever UI-specific
about it.
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 dd7b8c6eb8..36a8319189 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -174,6 +174,7 @@ set(llcommon_HEADER_FILES llfoldertype.h llformat.h llframetimer.h + llhandle.h llhash.h llheartbeat.h llhttpstatuscodes.h |