12 lines
350 B
CMake
12 lines
350 B
CMake
|
|
file(REMOVE_RECURSE
|
||
|
|
"CMakeFiles/TM1637_Example"
|
||
|
|
"CMakeFiles/TM1637_Example.dir/java_class_filelist"
|
||
|
|
"CMakeFiles/TM1637_Example.dir/java_compiled_TM1637_Example"
|
||
|
|
"TM1637_Example.jar"
|
||
|
|
)
|
||
|
|
|
||
|
|
# Per-language clean rules from dependency scanning.
|
||
|
|
foreach(lang )
|
||
|
|
include(CMakeFiles/TM1637_Example.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
|
endforeach()
|