cmake_install.cmake 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. # Install script for directory: C:/Dev/esp/v5.5.1/esp-idf
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/nimble_gatt_server")
  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 path to fallback-tool for dependency-resolution.
  31. if(NOT DEFINED CMAKE_OBJDUMP)
  32. set(CMAKE_OBJDUMP "C:/Dev/.espressif/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32s3-elf-objdump.exe")
  33. endif()
  34. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  35. # Include the install script for the subdirectory.
  36. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/xtensa/cmake_install.cmake")
  37. endif()
  38. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  39. # Include the install script for the subdirectory.
  40. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_driver_gpio/cmake_install.cmake")
  41. endif()
  42. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  43. # Include the install script for the subdirectory.
  44. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_timer/cmake_install.cmake")
  45. endif()
  46. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  47. # Include the install script for the subdirectory.
  48. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_pm/cmake_install.cmake")
  49. endif()
  50. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  51. # Include the install script for the subdirectory.
  52. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/mbedtls/cmake_install.cmake")
  53. endif()
  54. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  55. # Include the install script for the subdirectory.
  56. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/bootloader/cmake_install.cmake")
  57. endif()
  58. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  59. # Include the install script for the subdirectory.
  60. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esptool_py/cmake_install.cmake")
  61. endif()
  62. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  63. # Include the install script for the subdirectory.
  64. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/partition_table/cmake_install.cmake")
  65. endif()
  66. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  67. # Include the install script for the subdirectory.
  68. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_app_format/cmake_install.cmake")
  69. endif()
  70. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  71. # Include the install script for the subdirectory.
  72. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_bootloader_format/cmake_install.cmake")
  73. endif()
  74. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  75. # Include the install script for the subdirectory.
  76. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/app_update/cmake_install.cmake")
  77. endif()
  78. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  79. # Include the install script for the subdirectory.
  80. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_partition/cmake_install.cmake")
  81. endif()
  82. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  83. # Include the install script for the subdirectory.
  84. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/efuse/cmake_install.cmake")
  85. endif()
  86. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  87. # Include the install script for the subdirectory.
  88. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/bootloader_support/cmake_install.cmake")
  89. endif()
  90. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  91. # Include the install script for the subdirectory.
  92. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_mm/cmake_install.cmake")
  93. endif()
  94. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  95. # Include the install script for the subdirectory.
  96. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/spi_flash/cmake_install.cmake")
  97. endif()
  98. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  99. # Include the install script for the subdirectory.
  100. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_system/cmake_install.cmake")
  101. endif()
  102. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  103. # Include the install script for the subdirectory.
  104. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_common/cmake_install.cmake")
  105. endif()
  106. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  107. # Include the install script for the subdirectory.
  108. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_rom/cmake_install.cmake")
  109. endif()
  110. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  111. # Include the install script for the subdirectory.
  112. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/hal/cmake_install.cmake")
  113. endif()
  114. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  115. # Include the install script for the subdirectory.
  116. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/log/cmake_install.cmake")
  117. endif()
  118. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  119. # Include the install script for the subdirectory.
  120. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/heap/cmake_install.cmake")
  121. endif()
  122. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  123. # Include the install script for the subdirectory.
  124. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/soc/cmake_install.cmake")
  125. endif()
  126. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  127. # Include the install script for the subdirectory.
  128. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_security/cmake_install.cmake")
  129. endif()
  130. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  131. # Include the install script for the subdirectory.
  132. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_hw_support/cmake_install.cmake")
  133. endif()
  134. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  135. # Include the install script for the subdirectory.
  136. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/freertos/cmake_install.cmake")
  137. endif()
  138. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  139. # Include the install script for the subdirectory.
  140. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/newlib/cmake_install.cmake")
  141. endif()
  142. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  143. # Include the install script for the subdirectory.
  144. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/pthread/cmake_install.cmake")
  145. endif()
  146. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  147. # Include the install script for the subdirectory.
  148. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/cxx/cmake_install.cmake")
  149. endif()
  150. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  151. # Include the install script for the subdirectory.
  152. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_event/cmake_install.cmake")
  153. endif()
  154. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  155. # Include the install script for the subdirectory.
  156. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/nvs_flash/cmake_install.cmake")
  157. endif()
  158. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  159. # Include the install script for the subdirectory.
  160. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_phy/cmake_install.cmake")
  161. endif()
  162. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  163. # Include the install script for the subdirectory.
  164. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_ringbuf/cmake_install.cmake")
  165. endif()
  166. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  167. # Include the install script for the subdirectory.
  168. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_driver_uart/cmake_install.cmake")
  169. endif()
  170. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  171. # Include the install script for the subdirectory.
  172. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_driver_usb_serial_jtag/cmake_install.cmake")
  173. endif()
  174. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  175. # Include the install script for the subdirectory.
  176. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_vfs_console/cmake_install.cmake")
  177. endif()
  178. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  179. # Include the install script for the subdirectory.
  180. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/vfs/cmake_install.cmake")
  181. endif()
  182. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  183. # Include the install script for the subdirectory.
  184. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/lwip/cmake_install.cmake")
  185. endif()
  186. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  187. # Include the install script for the subdirectory.
  188. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_netif_stack/cmake_install.cmake")
  189. endif()
  190. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  191. # Include the install script for the subdirectory.
  192. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_netif/cmake_install.cmake")
  193. endif()
  194. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  195. # Include the install script for the subdirectory.
  196. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/wpa_supplicant/cmake_install.cmake")
  197. endif()
  198. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  199. # Include the install script for the subdirectory.
  200. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_coex/cmake_install.cmake")
  201. endif()
  202. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  203. # Include the install script for the subdirectory.
  204. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_wifi/cmake_install.cmake")
  205. endif()
  206. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  207. # Include the install script for the subdirectory.
  208. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_driver_spi/cmake_install.cmake")
  209. endif()
  210. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  211. # Include the install script for the subdirectory.
  212. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_gdbstub/cmake_install.cmake")
  213. endif()
  214. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  215. # Include the install script for the subdirectory.
  216. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/bt/cmake_install.cmake")
  217. endif()
  218. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  219. # Include the install script for the subdirectory.
  220. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_driver_bitscrambler/cmake_install.cmake")
  221. endif()
  222. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  223. # Include the install script for the subdirectory.
  224. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/esp_driver_rmt/cmake_install.cmake")
  225. endif()
  226. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  227. # Include the install script for the subdirectory.
  228. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/espressif__led_strip/cmake_install.cmake")
  229. endif()
  230. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  231. # Include the install script for the subdirectory.
  232. include("D:/Project/ble_auracast/test/NimBLE_GATT_Server/build/esp-idf/main/cmake_install.cmake")
  233. endif()