12 lines
299 B
CMake
12 lines
299 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/in-memory.dir/in-memory.c.o"
|
|
"CMakeFiles/in-memory.dir/in-memory.c.o.d"
|
|
"in-memory.js"
|
|
"in-memory.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/in-memory.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|