restructure
This commit is contained in:
@ -39,112 +39,112 @@ endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/xtensa/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/xtensa/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/newlib/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/newlib/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/soc/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/soc/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/micro-ecc/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/hal/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/hal/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/spi_flash/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_bootloader_format/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_app_format/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader_support/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/efuse/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/efuse/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_security/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_security/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_system/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_hw_support/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_common/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esp_rom/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/log/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/log/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/partition_table/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/bootloader/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/freertos/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/freertos/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/bootloader/esp-idf/main/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/bootloader/esp-idf/main/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/home/nik/repos/esp32/build/bootloader/esp-idf/install_local_manifest.txt"
|
||||
file(WRITE "/home/nik/repos/esp32/blink/build/bootloader/esp-idf/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user