1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 09:26:15 +00:00
2015-12-13 22:34:58 +09:00

11 lines
251 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/ex_output.dir/ex_output.c.o"
"ex_output.pdb"
"ex_output"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/ex_output.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()