course1_ws/build/my_cpp_pkg/CMakeFiles/smartphone.dir/cmake_clean.cmake
2024-12-11 14:24:37 -05:00

12 lines
317 B
CMake

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