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