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