12 lines
309 B
CMake
Raw Normal View History

2025-05-24 19:30:25 +08:00
file(REMOVE_RECURSE
"CMakeFiles/gmock.dir/__/googletest/src/gtest-all.cc.o"
"CMakeFiles/gmock.dir/src/gmock-all.cc.o"
"libgmock.pdb"
"libgmock.so"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/gmock.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()