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