cmake_install.cmake 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. # Install script for directory: D:/software/esp-idf/esp-idf
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/bootloader")
  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 "")
  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. # Is this installation the result of a crosscompile?
  27. if(NOT DEFINED CMAKE_CROSSCOMPILING)
  28. set(CMAKE_CROSSCOMPILING "TRUE")
  29. endif()
  30. # Set default install directory permissions.
  31. if(NOT DEFINED CMAKE_OBJDUMP)
  32. set(CMAKE_OBJDUMP "D:/software/esp/.espressif/tools/riscv32-esp-elf/esp-2022r1-11.2.0/riscv32-esp-elf/bin/riscv32-esp-elf-objdump.exe")
  33. endif()
  34. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  35. # Include the install script for the subdirectory.
  36. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/riscv/cmake_install.cmake")
  37. endif()
  38. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  39. # Include the install script for the subdirectory.
  40. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/newlib/cmake_install.cmake")
  41. endif()
  42. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  43. # Include the install script for the subdirectory.
  44. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/soc/cmake_install.cmake")
  45. endif()
  46. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  47. # Include the install script for the subdirectory.
  48. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
  49. endif()
  50. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  51. # Include the install script for the subdirectory.
  52. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/hal/cmake_install.cmake")
  53. endif()
  54. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  55. # Include the install script for the subdirectory.
  56. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
  57. endif()
  58. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  59. # Include the install script for the subdirectory.
  60. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
  61. endif()
  62. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  63. # Include the install script for the subdirectory.
  64. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
  65. endif()
  66. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  67. # Include the install script for the subdirectory.
  68. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/efuse/cmake_install.cmake")
  69. endif()
  70. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  71. # Include the install script for the subdirectory.
  72. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
  73. endif()
  74. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  75. # Include the install script for the subdirectory.
  76. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
  77. endif()
  78. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  79. # Include the install script for the subdirectory.
  80. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
  81. endif()
  82. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  83. # Include the install script for the subdirectory.
  84. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
  85. endif()
  86. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  87. # Include the install script for the subdirectory.
  88. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/log/cmake_install.cmake")
  89. endif()
  90. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  91. # Include the install script for the subdirectory.
  92. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
  93. endif()
  94. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  95. # Include the install script for the subdirectory.
  96. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
  97. endif()
  98. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  99. # Include the install script for the subdirectory.
  100. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
  101. endif()
  102. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  103. # Include the install script for the subdirectory.
  104. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/freertos/cmake_install.cmake")
  105. endif()
  106. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  107. # Include the install script for the subdirectory.
  108. include("E:/workspace/ESP32/i2c_max30102/build/bootloader/esp-idf/main/cmake_install.cmake")
  109. endif()