Skip to content
Snippets Groups Projects
  • René Fritze's avatar
    6709bc04
    [cmake] rewire format target · 6709bc04
    René Fritze authored
    `add_format` now only takes one argument: a directory that is used
    the base dir for recursive globbing files into clang-format
    Usages of the macros are adjusted accordingly. It's still possible to
    use it multiple times in a project, if one for whatever reason
    does not wnat to throw it at the source root. Only one `format`
    target will be generated either way, with one subtarget per
    `add_format` invocation.
    [cmake] rewire format target
    René Fritze authored
    `add_format` now only takes one argument: a directory that is used
    the base dir for recursive globbing files into clang-format
    Usages of the macros are adjusted accordingly. It's still possible to
    use it multiple times in a project, if one for whatever reason
    does not wnat to throw it at the source root. Only one `format`
    target will be generated either way, with one subtarget per
    `add_format` invocation.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.