13 lines
325 B
CMake
13 lines
325 B
CMake
file(REMOVE_RECURSE
|
|
"CMakeFiles/Lec1Coding.dir/src/first.c.obj"
|
|
"Lec1Coding.exe"
|
|
"Lec1Coding.exe.manifest"
|
|
"Lec1Coding.pdb"
|
|
"libLec1Coding.dll.a"
|
|
)
|
|
|
|
# Per-language clean rules from dependency scanning.
|
|
foreach(lang C)
|
|
include(CMakeFiles/Lec1Coding.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
|
endforeach()
|