diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-13 10:25:48 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-13 10:25:48 +0000 |
commit | 8ba2b388769e245ec1b49b7d6d4b0372d684ff86 (patch) | |
tree | b43b39372fe156aac4f70cd22456c7df8d1df101 /indra/newview/CMakeLists.txt | |
parent | 929b7e029513ecbb08c415e945c83ea09dc1b3eb (diff) |
Fleshed out target_link_libraries dependencies between libraries. Appearance utility now reads avatar_lad.xml during stubbed out params processing.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 9215b7b670..b12853b014 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1824,17 +1824,6 @@ target_link_libraries(${VIEWER_BINARY_NAME} ${LLAPPEARANCE_LIBRARIES} ) -if (USE_KDU) - target_link_libraries(${VIEWER_BINARY_NAME} - ${LLKDU_LIBRARIES} - ${KDU_LIBRARY} - ) -else (USE_KDU) - target_link_libraries(${VIEWER_BINARY_NAME} - ${LLIMAGEJ2COJ_LIBRARIES} - ) -endif (USE_KDU) - build_version(viewer) set(ARTWORK_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE PATH |