From 665a55a1a232877ccb499dbfd17806f438385e82 Mon Sep 17 00:00:00 2001
From: Erik Kundiman <erik@megapahit.org>
Date: Sat, 29 Jul 2023 21:07:13 +0800
Subject: The Linden libraries can be installed now

Useful when installed as shared libraries, so other viewer executables
can share these libraries.
---
 indra/llfilesystem/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'indra/llfilesystem')

diff --git a/indra/llfilesystem/CMakeLists.txt b/indra/llfilesystem/CMakeLists.txt
index 23193a30ea..6e9cec9085 100644
--- a/indra/llfilesystem/CMakeLists.txt
+++ b/indra/llfilesystem/CMakeLists.txt
@@ -56,6 +56,8 @@ target_link_libraries(llfilesystem
     )
 target_include_directories( llfilesystem  INTERFACE   ${CMAKE_CURRENT_SOURCE_DIR})
 
+include(LibraryInstall)
+
 # Add tests
 if (LL_TESTS)
     include(LLAddBuildTest)
-- 
cgit v1.2.3