blob: f009d1f2afa0aff49d8918d42a02746bcc5b48fa [file] [log] [blame]
Thomas Psota94addb92019-03-12 16:16:18 +01001###############################################
2### enable_clang_format ###
3###############################################
4###
5### Enables a clang-format target, if
6### clang-format is installed, automatically
7### formatting all sources in the tree
8###
9
10function( enable_clang_format )
11
12endfunction()