const_fmt/cmake-build-debug/CMakeFiles/cpp_sandbox.dir/cmake_clean.cmake
2021-11-18 20:49:45 +01:00

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()