restructure

This commit is contained in:
2025-11-16 19:26:49 -08:00
parent d54a1ea970
commit bff413adbd
1321 changed files with 10643 additions and 10569 deletions

View File

@ -1,4 +1,4 @@
# Install script for directory: /home/nik/repos/esp32
# Install script for directory: /home/nik/repos/esp32/blink
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -39,13 +39,13 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/nik/repos/esp32/build/esp-idf/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/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/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@ -61,6 +61,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "/home/nik/repos/esp32/build/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/nik/repos/esp32/blink/build/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()