Files
bullet_test/build/CMakeFiles/app.exe.dir/cmake_clean.cmake

13 lines
316 B
CMake

file(REMOVE_RECURSE
"CMakeFiles/app.exe.dir/link.d"
"CMakeFiles/app.exe.dir/main.cpp.o"
"CMakeFiles/app.exe.dir/main.cpp.o.d"
"app.exe"
"app.exe.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/app.exe.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()