summaryrefslogtreecommitdiff
path: root/indra/llaudio
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llaudio')
-rw-r--r--indra/llaudio/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt
index 16576ddbad..21e4723e7e 100644
--- a/indra/llaudio/CMakeLists.txt
+++ b/indra/llaudio/CMakeLists.txt
@@ -63,12 +63,12 @@ target_link_libraries( llaudio
llmath
llmessage
llfilesystem
- vorbis::vorbis
+ ll::vorbis
)
-if( TARGET openal::openal )
- target_link_libraries( llaudio openal::openal )
+if( TARGET ll::openal )
+ target_link_libraries( llaudio ll::openal )
endif()
-if( TARGET fmodstudio::fmodstudio )
- target_link_libraries( llaudio fmodstudio::fmodstudio )
+if( TARGET ll::fmodstudio )
+ target_link_libraries( llaudio ll::fmodstudio )
endif() \ No newline at end of file