diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-24 14:28:51 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2011-01-24 14:28:51 -0800 |
commit | 1ba64d9b14d9247021a76d3cf983107812e9eb14 (patch) | |
tree | aa3f59916a96e6fe21b92a3240a40b2484662e81 /indra/llaudio | |
parent | de83bd5c6b1e103993ba74321d600f1c413785ce (diff) | |
parent | 949ff3b10b28e4143f7c9ffb2c11d28cbf6ec522 (diff) |
Automated merge with https://bitbucket.org/lindenlab/viewer-development
Diffstat (limited to 'indra/llaudio')
-rw-r--r-- | indra/llaudio/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index 21ec622819..632e5d46e3 100644 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -24,6 +24,7 @@ include_directories( ${VORBIS_INCLUDE_DIRS} ${OPENAL_LIB_INCLUDE_DIRS} ${FREEAULT_LIB_INCLUDE_DIRS} + ${FMOD_INCLUDE_DIR} ) set(llaudio_SOURCE_FILES |