dawn_add_target_clang_formatΒΆ
Provide a format target which runs clang-format recursively on all files in the provided
directories.
dawn_add_target_clang_format(DIRECTORIES PATTERN)
DIRECTORIES- Directories to recursively traverse to find all files with extensions matching
EXTENSION. EXTENSION- Extension to match, separated by
;. For example:".h;.cpp".