diff options
author | Alain Linden <alain@lindenlab.com> | 2011-03-01 16:27:04 -0800 |
---|---|---|
committer | Alain Linden <alain@lindenlab.com> | 2011-03-01 16:27:04 -0800 |
commit | f228cebc7709321ee5d04c40066c755bed41af76 (patch) | |
tree | 8f314c239ebf1d128be66abb9cef49ff2ca915e0 /indra/newview | |
parent | 52e107e419b5bfb17f506efc127a51e8fec855e2 (diff) |
add openal include path for openal dependent build.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 55de2c8d20..3c24006fb8 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -67,6 +67,7 @@ include_directories( ${LSCRIPT_INCLUDE_DIRS}/lscript_compile ${LLLOGIN_INCLUDE_DIRS} ${UPDATER_INCLUDE_DIRS} + ${OPENAL_LIB_INCLUDE_DIRS} ) set(viewer_SOURCE_FILES |