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