11 lines
269 B
CMake
11 lines
269 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/md4c.dir/md4c.c.o"
|
|
"CMakeFiles/md4c.dir/md4c.c.o.d"
|
|
"libmd4c.a"
|
|
"libmd4c.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/md4c.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|