奥特QT DDS 插件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmake_clean.cmake 281B

5 months ago
12345678910
  1. file(REMOVE_RECURSE
  2. ".rcc/qmlcache/all_aotstats.aotstats"
  3. ".rcc/qmlcache/all_aotstats.txt"
  4. "CMakeFiles/all_aotstats"
  5. )
  6. # Per-language clean rules from dependency scanning.
  7. foreach(lang )
  8. include(CMakeFiles/all_aotstats.dir/cmake_clean_${lang}.cmake OPTIONAL)
  9. endforeach()