diff options
Diffstat (limited to 'xpdf/CMakeFiles/pdftohtml.dir/cmake_clean.cmake')
-rw-r--r-- | xpdf/CMakeFiles/pdftohtml.dir/cmake_clean.cmake | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/xpdf/CMakeFiles/pdftohtml.dir/cmake_clean.cmake b/xpdf/CMakeFiles/pdftohtml.dir/cmake_clean.cmake new file mode 100644 index 0000000..3e70a80 --- /dev/null +++ b/xpdf/CMakeFiles/pdftohtml.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "CMakeFiles/pdftohtml.dir/HTMLGen.cc.o" + "CMakeFiles/pdftohtml.dir/ShadingImage.cc.o" + "CMakeFiles/pdftohtml.dir/SplashOutputDev.cc.o" + "CMakeFiles/pdftohtml.dir/TextOutputDev.cc.o" + "CMakeFiles/pdftohtml.dir/WebFont.cc.o" + "CMakeFiles/pdftohtml.dir/pdftohtml.cc.o" + "pdftohtml" + "pdftohtml.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/pdftohtml.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() |