diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-01 09:14:47 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-01 09:14:47 +0800 |
commit | d02fa6d02e25cdf955dabd2ff3c63925ba15afa5 (patch) | |
tree | 28dc8b6e1b579ade4be4ac4a12e649b5ad8ec3a6 /indra/llaudio | |
parent | 9a16a223d3cd61a65871fe828e302f5e082bd1fb (diff) |
llaudio can be installed to the system too
Diffstat (limited to 'indra/llaudio')
-rw-r--r-- | indra/llaudio/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index 4f469b9bb5..f36da83c69 100644 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -69,3 +69,5 @@ endif() if( TARGET ll::fmodstudio ) target_link_libraries( llaudio ll::fmodstudio ) endif() + +include(LibraryInstall) |