diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-27 14:27:10 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-27 14:27:10 -0400 |
commit | 1aee2f0d4d16548660df4995aaf3c349304962af (patch) | |
tree | 6a39c4a881013a2e0964c1f5a63567843c79ab89 /indra/llaudio | |
parent | e75fd8beb15fb89e7aba253cac989b242566c512 (diff) | |
parent | 92959895e2763e51b6ef9fab5a14e0d0930d4f2c (diff) |
pull from hg.lindenlab.com/viewer-mesh to mesh-development
Note all future commits should happen in public mesh-development. Will
ping internal devs to make sure they transition over.
Diffstat (limited to 'indra/llaudio')
-rw-r--r-- | indra/llaudio/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/llaudio/CMakeLists.txt b/indra/llaudio/CMakeLists.txt index e869b9717c..21ec622819 100644 --- a/indra/llaudio/CMakeLists.txt +++ b/indra/llaudio/CMakeLists.txt @@ -14,7 +14,6 @@ include(LLVFS) include_directories( ${LLAUDIO_INCLUDE_DIRS} - ${FMOD_INCLUDE_DIR} ${LLCOMMON_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} ${LLMESSAGE_INCLUDE_DIRS} @@ -45,6 +44,10 @@ set(llaudio_HEADER_FILES ) if (FMOD) + include_directories( + ${FMOD_INCLUDE_DIR} + ) + list(APPEND llaudio_SOURCE_FILES llaudioengine_fmod.cpp lllistener_fmod.cpp |