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

@ -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/mbedtls/mbedtls/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/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/mbedtls/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -39,14 +39,14 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake")
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/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/mbedtls/mbedtls/3rdparty/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -42,16 +42,16 @@ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL)
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL)
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/mbedtls/mbedtls/3rdparty/everest/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/everest/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -42,16 +42,16 @@ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a")
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ FILES "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a")
endif()
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL)
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/install-cxx-module-bmi-noconfig.cmake" OPTIONAL)
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/mbedtls/mbedtls/3rdparty/p256-m/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/p256-m/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -39,16 +39,16 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake")
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake")
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake")
include("/home/nik/repos/esp32/build/esp-idf/mbedtls/mbedtls/pkgconfig/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/3rdparty/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/library/cmake_install.cmake")
include("/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/pkgconfig/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/mbedtls/mbedtls/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@ -147,6 +147,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/mbedtls/mbedtls/include/install_local_manifest.txt"
file(WRITE "/home/nik/repos/esp32/blink/build/esp-idf/mbedtls/mbedtls/include/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

Some files were not shown because too many files have changed in this diff Show More