mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
12 lines
268 B
CMake
12 lines
268 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/api.dir/api.cpp.o"
|
|
"CMakeFiles/api.dir/api.cpp.o.d"
|
|
"libapi.a"
|
|
"libapi.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/api.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|