CS2263/Assigments/3/CLionProject/cmake-build-debug/CMakeFiles/CLionProject.dir/cmake_clean.cmake

13 lines
332 B
CMake
Raw Permalink Normal View History

2023-05-22 23:28:51 -03:00
file(REMOVE_RECURSE
"CLionProject.exe"
"CLionProject.exe.manifest"
"CLionProject.pdb"
"CMakeFiles/CLionProject.dir/main.c.obj"
"libCLionProject.dll.a"
)
# Per-language clean rules from dependency scanning.
foreach(lang C)
include(CMakeFiles/CLionProject.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()