11 lines
281 B
CMake
11 lines
281 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/upload_avrtest_eeprom"
|
|
"avrtest-atmega32-eeprom.hex"
|
|
"avrtest-atmega32.map"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang )
|
|
include(CMakeFiles/upload_avrtest_eeprom.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|