13 lines
332 B
CMake
13 lines
332 B
CMake
|
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()
|