11 lines
254 B
CMake
11 lines
254 B
CMake
|
file(REMOVE_RECURSE
|
||
|
"CMakeFiles/ProjektDSIK.dir/main.c.o"
|
||
|
"ProjektDSIK.pdb"
|
||
|
"ProjektDSIK"
|
||
|
)
|
||
|
|
||
|
# Per-language clean rules from dependency scanning.
|
||
|
foreach(lang C)
|
||
|
include(CMakeFiles/ProjektDSIK.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
endforeach()
|