diff options
author | Brad Kittenbrink <brad@lindenlab.com> | 2019-02-27 17:43:31 -0800 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 18:39:21 -0400 |
commit | 09b29a7fdec3cad2ee03b3a5de48dbb8d54e7952 (patch) | |
tree | 450f616dc0371ac20703d2a1ea5214b96e961088 /indra/llmessage/CMakeLists.txt | |
parent | b09770946a8ae3396517c6796d1bff2a1707de26 (diff) |
Began work for adding a test covering LLCoprocedureManager
Diffstat (limited to 'indra/llmessage/CMakeLists.txt')
-rw-r--r-- | indra/llmessage/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index a2a57ad740..2f99ca069e 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -244,6 +244,7 @@ endif(LINUX) # tests if (LL_TESTS) SET(llmessage_TEST_SOURCE_FILES + llcoproceduremanager.cpp llnamevalue.cpp lltrustedmessageservice.cpp lltemplatemessagedispatcher.cpp |