diff options
author | Graham Linden <graham@lindenlab.com> | 2014-07-07 17:59:07 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2014-07-07 17:59:07 -0700 |
commit | 76e7f978c157f9921593ea0e43f642cb9de4703d (patch) | |
tree | ccc62865f26cb84cabbe9b65de23c4e1342aa142 /indra/llcommon/CMakeLists.txt | |
parent | 226929f8f5b8bc1080d0082b2595d689238df2b8 (diff) | |
parent | cf143bd4610dc279f1aa790e0b37fbad5c86f654 (diff) |
Merge viewer up to 3.7.12, including fixing missed LL_WARNS etc from last release (is that trout you smell on the air? is it?)
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rwxr-xr-x | 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 8eeb186936..5514ea84a8 100755 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -35,6 +35,7 @@ set(llcommon_SOURCE_FILES llbase32.cpp llbase64.cpp llbitpack.cpp + llcallbacklist.cpp llcommon.cpp llcommonutils.cpp llcoros.cpp @@ -126,6 +127,7 @@ set(llcommon_HEADER_FILES llbase64.h llbitpack.h llboost.h + llcallbacklist.h llcommon.h llcommonutils.h llcoros.h |