summaryrefslogtreecommitdiff
path: root/indra/cmake/LLAudio.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'indra/cmake/LLAudio.cmake')
-rw-r--r--indra/cmake/LLAudio.cmake10
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/cmake/LLAudio.cmake b/indra/cmake/LLAudio.cmake
new file mode 100644
index 0000000000..7c248dfc72
--- /dev/null
+++ b/indra/cmake/LLAudio.cmake
@@ -0,0 +1,10 @@
+# -*- cmake -*-
+
+include(Audio)
+
+set(LLAUDIO_INCLUDE_DIRS
+ ${LIBS_OPEN_DIR}/llaudio
+ )
+
+# be exhaustive here
+set(LLAUDIO_LIBRARIES llaudio ${VORBISFILE_LIBRARIES} ${VORBIS_LIBRARIES} ${VORBISENC_LIBRARIES} ${OGG_LIBRARIES} ${OPENAL_LIBRARIES})