diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-12 16:42:39 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-12 16:42:39 -0400 |
commit | ffdcf33364ebfdc1829cb7c7eea6ae4c908d12f1 (patch) | |
tree | ae2728619e2a6420d744f1daa36e1ed6929ef351 /indra/llcommon/CMakeLists.txt | |
parent | 77ac5e44a6b57e2b33dc3026c7a3bf2aa73d2df3 (diff) |
Extract TempSet from llcallbacklist.cpp into its own tempset.h.
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 d5440d6bc8..20670d7ebe 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -259,6 +259,7 @@ set(llcommon_HEADER_FILES lualistener.h stdtypes.h stringize.h + tempset.h threadpool.h threadpool_fwd.h threadsafeschedule.h |