优化提交

This commit is contained in:
冯佳
2026-01-29 16:22:04 +08:00
parent 1bdeca55ea
commit 03bd0cc179
14 changed files with 3124 additions and 1284 deletions

View File

@ -1,8 +1,8 @@
# Install script for directory: C:/Users/bico/Desktop/stm32f407vet6_cmake/stm32f407vet6_cmake/cmake/stm32cubemx
# Install script for directory: E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/cmake/stm32cubemx
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
set(CMAKE_INSTALL_PREFIX "C:/Program Files/stm32f407vet6_cmake")
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/stm32f407vet6_cmake")
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
@ -32,8 +32,14 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "TRUE")
endif()
# Set default install directory permissions.
# Set path to fallback-tool for dependency-resolution.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "C:/ST/STM32CubeCLT_1.18.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump.exe")
set(CMAKE_OBJDUMP "D:/ARM_GCC/bin/arm-none-eabi-objdump.exe")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/cmake/stm32cubemx/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()