mirror of
				https://github.com/alexandrebobkov/ESP-Nodes.git
				synced 2025-10-31 21:24:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			726 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			726 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| # 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"
 | |
|   "https_server.crt.S"
 | |
|   "ldgen_libraries"
 | |
|   "ldgen_libraries.in"
 | |
|   "multi_device.bin"
 | |
|   "multi_device.map"
 | |
|   "project_elf_src_esp32s2.c"
 | |
|   "rmaker_claim_service_server.crt.S"
 | |
|   "rmaker_mqtt_server.crt.S"
 | |
|   "rmaker_ota_server.crt.S"
 | |
|   "x509_crt_bundle.S"
 | |
|   )
 | |
| endif()
 |