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