Thomas Psota | 94addb9 | 2019-03-12 16:16:18 +0100 | [diff] [blame] | 1 | ############################################### |
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 | |||||
10 | function( enable_clang_format ) | ||||
11 | |||||
12 | endfunction() |