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/llimage | |
| 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/llimage')
| -rw-r--r-- | indra/llimage/CMakeLists.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/indra/llimage/CMakeLists.txt b/indra/llimage/CMakeLists.txt index f1eed409cd..a6c98d9bd7 100644 --- a/indra/llimage/CMakeLists.txt +++ b/indra/llimage/CMakeLists.txt @@ -73,6 +73,8 @@ if (NOT (USE_AUTOBUILD_3P OR USE_CONAN))  	endif()  endif () +include(LibraryInstall) +  # Add tests  if (LL_TESTS)    SET(llimage_TEST_SOURCE_FILES | 
