Skip to content
Snippets Groups Projects
Commit 3827b395 authored by Matthew Breindel (Falcon)'s avatar Matthew Breindel (Falcon)
Browse files

Fixed cmake to grab the decomposition libraries.

parent 66e35381
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ set(cmake_SOURCE_FILES
LLAudio.cmake
LLCharacter.cmake
LLCommon.cmake
LLConvexDecompInter.cmake
LLConvexDecomposition.cmake
LLCrashLogger.cmake
LLDatabase.cmake
LLImage.cmake
......
......@@ -16,7 +16,7 @@ include(FindOpenGL)
include(LLAudio)
include(LLCharacter)
include(LLCommon)
include(LLConvexDecompInter)
include(LLConvexDecomposition)
include(LLImage)
include(LLImageJ2COJ)
include(LLInventory)
......@@ -50,7 +50,7 @@ include_directories(
${LLAUDIO_INCLUDE_DIRS}
${LLCHARACTER_INCLUDE_DIRS}
${LLCOMMON_INCLUDE_DIRS}
${LLCONVEXDECOMPINTER_INCLUDE_DIRS}
${LLCONVEXDECOMP_INCLUDE_DIRS}
${LLIMAGE_INCLUDE_DIRS}
${LLINVENTORY_INCLUDE_DIRS}
${LLMATH_INCLUDE_DIRS}
......@@ -1682,7 +1682,7 @@ target_link_libraries(${VIEWER_BINARY_NAME}
${CRYPTO_LIBRARIES}
${LLLOGIN_LIBRARIES}
${GOOGLE_PERFTOOLS_LIBRARIES}
${LLCONVEXDECOMPINTER_LIBRARIES}
${LLCONVEXDECOMP_LIBRARY}
)
build_version(viewer)
......
......@@ -1038,6 +1038,32 @@ anguage Infrstructure (CLI) international standard</string>
</map>
</map>
</map>
<key>llconvexdecomposition</key>
<map>
<key>copyright</key>
<string>on file</string>
<key>description</key>
<string>Convex decomposition utility for mesh</string>
<key>license</key>
<string>havok</string>
<key>packages</key>
<map>
<key>windows</key>
<map>
<key>md5sum</key>
<string>9b895f616dfb5ce9814d4e53417950a9</string>
<key>url</key>
<uri>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/llconvexdecomposition-0.1-windows-20100622.tar.bz2</uri>
</map>
<key>linux</key>
<map>
<key>md5sum</key>
<string>da4d464008fac288865f259873cafad2</string>
<key>url</key>
<uri>scp:install-packages.lindenlab.com:/local/www/install-packages/doc/llconvexdecomposition-0.1-linux-20100622.tar.bz2</uri>
</map>
</map>
</map>
<key>llqtwebkit</key>
<map>
<key>license</key>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment