2024-01-20 17:56:00 +08:00
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required ( VERSION 3.5 )
file ( MAKE_DIRECTORY
2024-01-22 03:36:10 +08:00
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / c o m p o n e n t s / b o o t l o a d e r / s u b p r o j e c t "
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / a p p / c a r / b u i l d / b o o t l o a d e r "
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / a p p / c a r / b u i l d / b o o t l o a d e r - p r e f i x "
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / a p p / c a r / b u i l d / b o o t l o a d e r - p r e f i x / t m p "
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / a p p / c a r / b u i l d / b o o t l o a d e r - p r e f i x / s r c / b o o t l o a d e r - s t a m p "
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / a p p / c a r / b u i l d / b o o t l o a d e r - p r e f i x / s r c "
" D : / E s p r e s s i f / 5 0 4 / E s p r e s s i f / f r a m e w o r k s / e s p - i d f - v 5 . 0 . 4 / a p p / c a r / b u i l d / b o o t l o a d e r - p r e f i x / s r c / b o o t l o a d e r - s t a m p "
2024-01-20 17:56:00 +08:00
)
set ( configSubDirs )
foreach ( subDir IN LISTS configSubDirs )
2024-01-22 03:36:10 +08:00
file ( MAKE_DIRECTORY "D:/Espressif/504/Espressif/frameworks/esp-idf-v5.0.4/app/car/build/bootloader-prefix/src/bootloader-stamp/${subDir}" )
2024-01-20 17:56:00 +08:00
endforeach ( )
if ( cfgdir )
2024-01-22 03:36:10 +08:00
file ( MAKE_DIRECTORY "D:/Espressif/504/Espressif/frameworks/esp-idf-v5.0.4/app/car/build/bootloader-prefix/src/bootloader-stamp${cfgdir}" ) # cfgdir has leading slash
2024-01-20 17:56:00 +08:00
endif ( )