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