diff options
author | callum_linden <none@none> | 2013-01-18 16:43:19 -0800 |
---|---|---|
committer | callum_linden <none@none> | 2013-01-18 16:43:19 -0800 |
commit | ba3e89b5c731ed6dc36d4650928be8081b3289f5 (patch) | |
tree | 69b14979b992e16d86f5c07587d48247548c3806 /indra/cmake/CMakeLists.txt | |
parent | cb676675335791d9dacd032c389a0346c725d9d7 (diff) |
first push - patch from CmdCupCake plus force FMODEX on
Diffstat (limited to 'indra/cmake/CMakeLists.txt')
-rw-r--r-- | indra/cmake/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 569034a6fb..e9c0554641 100644 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -26,6 +26,7 @@ set(cmake_SOURCE_FILES FindCARes.cmake FindELFIO.cmake FindFMOD.cmake + FindFMODEX.cmake FindGooglePerfTools.cmake FindMono.cmake FindMySQL.cmake @@ -33,6 +34,7 @@ set(cmake_SOURCE_FILES FindXmlRpcEpi.cmake FindZLIB.cmake FMOD.cmake + FMODEX.cmake FreeType.cmake GLOD.cmake GStreamer010Plugin.cmake |