Blog/build/Tests/CMakeFiles/tests.dir/cmake_clean.cmake

12 lines
272 B
CMake
Raw Normal View History

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