Crate cclean

Source
Expand description

cclean provides predicates for conveniently cleaning up cmake artifacts.

Structs§

CLEAN_TASKS
CLEAN_TASKS collects the assorted sub-cleaning tasks.

Functions§

clean
clean runs CLEAN_TASKS.
remove_build_dir
remove_build_dir tentatively deletes the build directory.
remove_conan_packages
remove_conan_packages attempts to remove any cached Conan packages.
remove_ninja_log
remove_ninja_log deletes any .ninja_log files in the build directory.
run_cmake_global_clean_target
run_cmake_global_clean_target executes the cmake global clean target.