14 lines
322 B
CMake
14 lines
322 B
CMake
|
file(REMOVE_RECURSE
|
||
|
"CMakeFiles/test.dir/test.c.obj"
|
||
|
"CMakeFiles/test.dir/test.c.obj.d"
|
||
|
"libtest.dll.a"
|
||
|
"test.exe"
|
||
|
"test.exe.manifest"
|
||
|
"test.pdb"
|
||
|
)
|
||
|
|
||
|
# Per-language clean rules from dependency scanning.
|
||
|
foreach(lang C)
|
||
|
include(CMakeFiles/test.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
||
|
endforeach()
|