11 lines
262 B
CMake
11 lines
262 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/cpp_sandbox.dir/src/main.cpp.o"
|
|
"cpp_sandbox"
|
|
"cpp_sandbox.pdb"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang CXX)
|
|
include(CMakeFiles/cpp_sandbox.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|