diff options
| author | Erik Kundiman <erik@megapahit.org> | 2023-07-29 21:07:13 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2023-07-29 21:07:13 +0800 | 
| commit | 665a55a1a232877ccb499dbfd17806f438385e82 (patch) | |
| tree | 657c930823e90fe941e2e7cfab41888ce37c4583 /indra/llmessage | |
| parent | 6e4f095baa8e33effe80b68ddf834a3b80f2bb67 (diff) | |
The Linden libraries can be installed now
Useful when installed as shared libraries, so other viewer executables
can share these libraries.
Diffstat (limited to 'indra/llmessage')
| -rw-r--r-- | indra/llmessage/CMakeLists.txt | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 92a5f783e0..d5db3d8b1b 100644 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -136,6 +136,7 @@ set(llmessage_HEADER_FILES      llmessagebuilder.h      llmessageconfig.h      llmessagereader.h +    llmessagesenderinterface.h      llmessagetemplate.h      llmessagetemplateparser.h      llmessagethrottle.h @@ -210,6 +211,8 @@ if (NOT (USE_AUTOBUILD_3P OR USE_CONAN))  	endif()  endif () +include(LibraryInstall) +  # tests  if (LL_TESTS)    SET(llmessage_TEST_SOURCE_FILES | 
