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.