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