diff options
author | Jacek Antonelli | 2009-03-11 16:58:26 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-03-11 17:13:22 -0500 |
commit | e8a3a66bfadcbdac11f2cd542a2e0c4e137f14f4 (patch) | |
tree | 89eff70cb9a42ee40542cc8827feac8a672cca6e /linden | |
parent | Removed Quicktime-related cmake code (diff) | |
download | meta-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.txt | 1 |
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 | ||
5 | include(00-Common) | 5 | include(00-Common) |
6 | include(Audio) | 6 | include(Audio) |
7 | include(OPENAL) | ||
7 | include(FMOD) | 8 | include(FMOD) |
8 | include(LLCommon) | 9 | include(LLCommon) |
9 | include(LLMath) | 10 | include(LLMath) |