mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-09 08:56:15 +00:00
11 lines
247 B
CMake
11 lines
247 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/compat.dir/libcompat.c.o"
|
|
"libcompat.pdb"
|
|
"libcompat.a"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/compat.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|