Prog3_B/build/CMakeFiles/Prog3B.dir/cmake_clean.cmake
saramoreira 2af993a85b eat: initial CMake project setup
- configured CMakeLists.txt
- verified build and executable
2025-10-18 21:38:01 +02:00

14 lines
361 B
CMake

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