Skip to content
  • custom_target(
      'clang-format panfrost',
      command : [clang_format, '--Werror', '--dry-run', '@INPUT@'],
      output : '', # hmmm, we need something here I guess, a stamp file or something?
      build_by_default : get_option('build-tests'),
    )
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment