cmake_install.cmake 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Install script for directory: /home/book/hisi3518_lora/mqtt
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/usr/local")
  5. endif()
  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()
  13. set(CMAKE_INSTALL_CONFIG_NAME "Debug")
  14. endif()
  15. message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
  16. endif()
  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()
  23. set(CMAKE_INSTALL_COMPONENT)
  24. endif()
  25. endif()
  26. # Install shared libraries without execute permission?
  27. if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  28. set(CMAKE_INSTALL_SO_NO_EXE "1")
  29. endif()
  30. # Is this installation the result of a crosscompile?
  31. if(NOT DEFINED CMAKE_CROSSCOMPILING)
  32. set(CMAKE_CROSSCOMPILING "FALSE")
  33. endif()
  34. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  35. # Include the install script for the subdirectory.
  36. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/log/source/cmake_install.cmake")
  37. endif()
  38. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  39. # Include the install script for the subdirectory.
  40. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/common/source/cmake_install.cmake")
  41. endif()
  42. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  43. # Include the install script for the subdirectory.
  44. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/mqtt/source/cmake_install.cmake")
  45. endif()
  46. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  47. # Include the install script for the subdirectory.
  48. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/platform/source/cmake_install.cmake")
  49. endif()
  50. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  51. # Include the install script for the subdirectory.
  52. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/mbedtls/cmake_install.cmake")
  53. endif()
  54. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  55. # Include the install script for the subdirectory.
  56. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/network/source/cmake_install.cmake")
  57. endif()
  58. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  59. # Include the install script for the subdirectory.
  60. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/mqttclient/source/cmake_install.cmake")
  61. endif()
  62. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  63. # Include the install script for the subdirectory.
  64. include("/home/book/hisi3518_lora/cmake-build-debug/mqtt/sys_mqtt/source/cmake_install.cmake")
  65. endif()