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