cmake_clean.cmake 478 B

123456789101112131415
  1. file(REMOVE_RECURSE
  2. "CMakeFiles/cmexpat.dir/lib/loadlibrary.c.o"
  3. "CMakeFiles/cmexpat.dir/lib/xmlparse.c.o"
  4. "CMakeFiles/cmexpat.dir/lib/xmlrole.c.o"
  5. "CMakeFiles/cmexpat.dir/lib/xmltok.c.o"
  6. "CMakeFiles/cmexpat.dir/lib/xmltok_impl.c.o"
  7. "CMakeFiles/cmexpat.dir/lib/xmltok_ns.c.o"
  8. "libcmexpat.pdb"
  9. "libcmexpat.a"
  10. )
  11. # Per-language clean rules from dependency scanning.
  12. foreach(lang C)
  13. include(CMakeFiles/cmexpat.dir/cmake_clean_${lang}.cmake OPTIONAL)
  14. endforeach()