You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
3.1 KiB

  1. # Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests
  2. # Set the install prefix
  3. IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. SET(CMAKE_INSTALL_PREFIX "/usr/local")
  5. ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  6. STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
  7. # Set the install configuration name.
  8. IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  9. IF(BUILD_TYPE)
  10. STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
  11. CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  12. ELSE(BUILD_TYPE)
  13. SET(CMAKE_INSTALL_CONFIG_NAME "")
  14. ENDIF(BUILD_TYPE)
  15. MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
  16. ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  17. # Set the component getting installed.
  18. IF(NOT CMAKE_INSTALL_COMPONENT)
  19. IF(COMPONENT)
  20. MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
  21. SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  22. ELSE(COMPONENT)
  23. SET(CMAKE_INSTALL_COMPONENT)
  24. ENDIF(COMPONENT)
  25. ENDIF(NOT CMAKE_INSTALL_COMPONENT)
  26. IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
  27. # Include the install script for each subdirectory.
  28. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/appender_test/cmake_install.cmake")
  29. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/configandwatch_test/cmake_install.cmake")
  30. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/customloglevel_test/cmake_install.cmake")
  31. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/fileappender_test/cmake_install.cmake")
  32. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/filter_test/cmake_install.cmake")
  33. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/hierarchy_test/cmake_install.cmake")
  34. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/loglog_test/cmake_install.cmake")
  35. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ndc_test/cmake_install.cmake")
  36. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/ostream_test/cmake_install.cmake")
  37. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/patternlayout_test/cmake_install.cmake")
  38. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/performance_test/cmake_install.cmake")
  39. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/priority_test/cmake_install.cmake")
  40. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/propertyconfig_test/cmake_install.cmake")
  41. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/thread_test/cmake_install.cmake")
  42. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/timeformat_test/cmake_install.cmake")
  43. ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)