restructure
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -39,12 +39,12 @@ endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/esp-idf/esp_system/port/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/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/esp-idf/esp_system/install_local_manifest.txt"
|
||||
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
/* Automatically generated file; DO NOT EDIT */
|
||||
/* Espressif IoT Development Framework Linker Script */
|
||||
/* Generated from: /home/nik/repos/esp32/build/esp-idf/esp_system/ld/sections.ld.in */
|
||||
/* Generated from: /home/nik/repos/esp32/blink/build/esp-idf/esp_system/ld/sections.ld.in */
|
||||
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
|
||||
|
||||
Binary file not shown.
@ -39,12 +39,12 @@ endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake")
|
||||
include("/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/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/esp-idf/esp_system/port/install_local_manifest.txt"
|
||||
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
|
||||
@ -40,6 +40,6 @@ endif()
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
file(WRITE "/home/nik/repos/esp32/build/esp-idf/esp_system/port/soc/esp32/install_local_manifest.txt"
|
||||
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/esp_system/port/soc/esp32/install_local_manifest.txt"
|
||||
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user