cmake_clean.cmake 313 B

12345678910
  1. file(REMOVE_RECURSE
  2. "CMakeFiles/dfota_tools_autogen"
  3. "dfota_tools_autogen/include/ui_mainwindow.h"
  4. "dfota_tools_autogen/mocs_compilation.cpp"
  5. )
  6. # Per-language clean rules from dependency scanning.
  7. foreach(lang )
  8. include(CMakeFiles/dfota_tools_autogen.dir/cmake_clean_${lang}.cmake OPTIONAL)
  9. endforeach()