diff -r 13e81d528381 -r 5bd988b91f20 indra/integration_tests/CMakeLists.txt --- a/indra/integration_tests/CMakeLists.txt Wed Mar 30 13:22:41 2011 -0700 +++ b/indra/integration_tests/CMakeLists.txt Wed Mar 30 19:43:35 2011 -0700 @@ -1,5 +1,4 @@ # -*- cmake -*- - add_subdirectory(llui_libtest) IF (LLIMAGE_LIBTEST) MESSAGE(STATUS "Build llimage_libtest") diff -r 13e81d528381 -r 5bd988b91f20 indra/integration_tests/llimage_libtest/CMakeLists.txt --- a/indra/integration_tests/llimage_libtest/CMakeLists.txt Wed Mar 30 13:22:41 2011 -0700 +++ b/indra/integration_tests/llimage_libtest/CMakeLists.txt Wed Mar 30 19:43:35 2011 -0700 @@ -6,19 +6,15 @@ include(00-Common) include(LLCommon) -include(Linking) -include(LLSharedLibs) include(LLImage) include(LLImageJ2COJ) include(LLKDU) -include(LLMath) include(LLVFS) include_directories( ${LLCOMMON_INCLUDE_DIRS} ${LLVFS_INCLUDE_DIRS} ${LLIMAGE_INCLUDE_DIRS} - ${LLMATH_INCLUDE_DIRS} ) set(llimage_libtest_SOURCE_FILES @@ -127,5 +123,3 @@ # *NOTE: This could be removed, or only built by TeamCity, if the build # and link times become too long. add_dependencies(viewer llimage_libtest) - -ll_deploy_sharedlibs_command(llimage_libtest)