2024-01-28 19:03:19 +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-29 14:42:04 +08:00
" E : / 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 "
" E : / 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 / l e d _ m a t r i x / b u i l d / b o o t l o a d e r "
" E : / 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 / l e d _ m a t r i x / b u i l d / b o o t l o a d e r - p r e f i x "
" E : / 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 / l e d _ m a t r i x / b u i l d / b o o t l o a d e r - p r e f i x / t m p "
" E : / 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 / l e d _ m a t r i x / 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 "
" E : / 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 / l e d _ m a t r i x / b u i l d / b o o t l o a d e r - p r e f i x / s r c "
" E : / 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 / l e d _ m a t r i x / 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-28 19:03:19 +08:00
)
set ( configSubDirs )
foreach ( subDir IN LISTS configSubDirs )
2024-01-29 14:42:04 +08:00
file ( MAKE_DIRECTORY "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader-prefix/src/bootloader-stamp/${subDir}" )
2024-01-28 19:03:19 +08:00
endforeach ( )
if ( cfgdir )
2024-01-29 14:42:04 +08:00
file ( MAKE_DIRECTORY "E:/Espressif/frameworks/esp-idf-v5.0.4/app/led_matrix/build/bootloader-prefix/src/bootloader-stamp${cfgdir}" ) # cfgdir has leading slash
2024-01-28 19:03:19 +08:00
endif ( )