diff options
author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-06-24 16:45:47 -0700 |
---|---|---|
committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-06-24 16:45:47 -0700 |
commit | 3827b395fbca941846dab494ee8449786a39561d (patch) | |
tree | b4c638de1a0dedcf17486c20576ae6d8016e5364 /indra/cmake | |
parent | 66e353812f4732c77206322d271b2346dd74feec (diff) |
Fixed cmake to grab the decomposition libraries.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 8612c46376..cadd2608e2 100644 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -42,7 +42,7 @@ set(cmake_SOURCE_FILES LLAudio.cmake LLCharacter.cmake LLCommon.cmake - LLConvexDecompInter.cmake + LLConvexDecomposition.cmake LLCrashLogger.cmake LLDatabase.cmake LLImage.cmake |