wheel/build/CMakeFiles/clean_additional.cmake

25 lines
592 B
CMake
Raw Normal View History

2024-01-20 17:56:00 +08:00
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
file(REMOVE_RECURSE
"bootloader\\bootloader.bin"
"bootloader\\bootloader.elf"
"bootloader\\bootloader.map"
"config\\sdkconfig.cmake"
"config\\sdkconfig.h"
"esp-idf\\esptool_py\\flasher_args.json.in"
"esp-idf\\mbedtls\\x509_crt_bundle"
"flash_app_args"
"flash_bootloader_args"
"flash_project_args"
"flasher_args.json"
"ldgen_libraries"
"ldgen_libraries.in"
2024-01-22 03:36:10 +08:00
"project_elf_src_esp32.c"
"wheel.bin"
"wheel.map"
2024-01-20 17:56:00 +08:00
"x509_crt_bundle.S"
)
endif()