aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-11 16:10:39 -0600
committerJacek Antonelli2009-01-11 16:10:43 -0600
commita87e38229921b48c32187c672a942516722f1b52 (patch)
tree9e1dc0bc2318a9c6fa454bdb6d873a6af0e0ce3c /linden/indra/newview/CMakeLists.txt
parentSecond Life viewer sources 1.22.4-RC (diff)
downloadmeta-impy-a87e38229921b48c32187c672a942516722f1b52.zip
meta-impy-a87e38229921b48c32187c672a942516722f1b52.tar.gz
meta-impy-a87e38229921b48c32187c672a942516722f1b52.tar.bz2
meta-impy-a87e38229921b48c32187c672a942516722f1b52.tar.xz
Second Life viewer sources 1.22.5-RC
Diffstat (limited to 'linden/indra/newview/CMakeLists.txt')
-rw-r--r--linden/indra/newview/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 4dd4c74..7c49f72 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -1271,6 +1271,7 @@ if (FMOD)
1271 PROPERTIES 1271 PROPERTIES
1272 BUILD_WITH_INSTALL_RPATH 1 1272 BUILD_WITH_INSTALL_RPATH 1
1273 INSTALL_NAME_DIR "@executable_path/../Resources" 1273 INSTALL_NAME_DIR "@executable_path/../Resources"
1274 LINK_FLAGS "-unexported_symbols_list ../newview/fmod_hidden_symbols.exp"
1274 ) 1275 )
1275 endif (DARWIN) 1276 endif (DARWIN)
1276 set(FMODWRAPPER_LIBRARY fmodwrapper) 1277 set(FMODWRAPPER_LIBRARY fmodwrapper)