diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-03 12:35:55 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-03 12:35:55 -0400 |
commit | ab04d116cc47fa979018525fce4f11b379aeeec5 (patch) | |
tree | afe7319491d332428e40a698bd0d48638c00889e /indra/llcommon/CMakeLists.txt | |
parent | 6a4b9b1184c142ca1b317296fa12304bf231fc7d (diff) |
Break out llinventorylistener.cpp's InvResultSet as LL::ResultSet.
We may well want to leverage that API for additional queries that could
potentially return large datasets.
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 8577d94be1..8c346ea6ce 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -112,6 +112,7 @@ set(llcommon_SOURCE_FILES lockstatic.cpp lua_function.cpp lualistener.cpp + resultset.cpp threadpool.cpp throttle.cpp u64.cpp @@ -261,6 +262,7 @@ set(llcommon_HEADER_FILES lockstatic.h lua_function.h lualistener.h + resultset.h stdtypes.h stringize.h tempset.h |