diff options
author | Merov Linden <merov@lindenlab.com> | 2010-10-02 18:30:52 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-10-02 18:30:52 -0700 |
commit | d1ad7a56beee603b336600d4aace1e4d4c0f5ade (patch) | |
tree | 9bf26b89d321a1e851ece6fd4124947aae7ba8db /indra/cmake/CMakeLists.txt | |
parent | b906a7a76aea1d06829237be3cb5336961f7dfce (diff) |
STORM-137 : Build script modif so that Windows build does not rely on fmod.dll being dropped in the source tree + addition to allow fmod to be found in standalone. Caution: wait an upcoming install.xml commit before pulling if building internaly.
Diffstat (limited to 'indra/cmake/CMakeLists.txt')
-rwxr-xr-x[-rw-r--r--] | indra/cmake/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 4fc25dcc24..6470836286 100644..100755 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -26,6 +26,7 @@ set(cmake_SOURCE_FILES FindBerkeleyDB.cmake FindCARes.cmake FindELFIO.cmake + FindFMOD.cmake FindGooglePerfTools.cmake FindMono.cmake FindMT.cmake |