LwIP 2.2.1在STM32F407VET6平台 移植
This commit is contained in:
@ -62,6 +62,11 @@ if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/Middlewares/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
||||
# Include the install script for the subdirectory.
|
||||
include("E:/Jfen_work/local_git_code/test_port/stm32f407vet6_cmake/build/Debug/ThirdParty/lwip-2.2.1/cmake_install.cmake")
|
||||
endif()
|
||||
|
||||
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
||||
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
||||
if(CMAKE_INSTALL_LOCAL_ONLY)
|
||||
|
||||
Reference in New Issue
Block a user