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