aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
authorJacek Antonelli2009-03-11 16:58:26 -0500
committerJacek Antonelli2009-03-11 17:13:22 -0500
commite8a3a66bfadcbdac11f2cd542a2e0c4e137f14f4 (patch)
tree89eff70cb9a42ee40542cc8827feac8a672cca6e /linden
parentRemoved Quicktime-related cmake code (diff)
downloadmeta-impy-e8a3a66bfadcbdac11f2cd542a2e0c4e137f14f4.zip
meta-impy-e8a3a66bfadcbdac11f2cd542a2e0c4e137f14f4.tar.gz
meta-impy-e8a3a66bfadcbdac11f2cd542a2e0c4e137f14f4.tar.bz2
meta-impy-e8a3a66bfadcbdac11f2cd542a2e0c4e137f14f4.tar.xz
LLAudio's CMakeLists should include OPENAL
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/llaudio/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llaudio/CMakeLists.txt b/linden/indra/llaudio/CMakeLists.txt
index aa15a9d..8a26e54 100644
--- a/linden/indra/llaudio/CMakeLists.txt
+++ b/linden/indra/llaudio/CMakeLists.txt
@@ -4,6 +4,7 @@ project(llaudio)
4 4
5include(00-Common) 5include(00-Common)
6include(Audio) 6include(Audio)
7include(OPENAL)
7include(FMOD) 8include(FMOD)
8include(LLCommon) 9include(LLCommon)
9include(LLMath) 10include(LLMath)