dawn_add_target_clean_allΒΆ

Provide a clean-all target which clears the CMake cache and all related CMake files and directories. This effectively removes the following files/directories:

  • ${CMAKE_BINARY_DIR}/CMakeCache.txt
  • ${CMAKE_BINARY_DIR}/CTestTestfile.cmake
  • ${CMAKE_BINARY_DIR}/cmake_install.cmake
  • ${CMAKE_BINARY_DIR}/CMakeFiles
dawn_add_target_clean_all([ARGN...])
ARGN
Addtional files or directories to remove.