mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-20 22:19:30 +03:00
10 lines
302 B
CMake
10 lines
302 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/mimalloc-test-stress.dir/test/test-stress.c.o"
|
|
"mimalloc-test-stress"
|
|
"mimalloc-test-stress.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/mimalloc-test-stress.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|