迁移初始化

This commit is contained in:
冯佳
2026-01-28 10:27:42 +08:00
parent 075e8299cf
commit 62345ccfdf
32 changed files with 514 additions and 670 deletions

View File

@ -1,4 +1,4 @@
# Install script for directory: C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake
# Install script for directory: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -39,33 +39,33 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/cmake/stm32cubemx/cmake_install.cmake")
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/cmake/stm32cubemx/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/HAL/cmake_install.cmake")
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/HAL/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/BSP/cmake_install.cmake")
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/BSP/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/Modules/cmake_install.cmake")
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Modules/cmake_install.cmake")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/Middlewares/cmake_install.cmake")
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/install_local_manifest.txt"
file(WRITE "E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()
if(CMAKE_INSTALL_COMPONENT)
@ -81,6 +81,6 @@ else()
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/ZHIZHANKEJI/Downloads/stm32f407vet6_cmake-main/stm32f407vet6_cmake-main/stm32f407vet6_cmake/build/Debug/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()