meson.build 247 B

123456
  1. # Disable PCH usage to make sure backends respect this setting.
  2. # Since the .c file requires PCH usage (it does not include necessary
  3. # headers itself), the build should fail.
  4. project('pch test', 'c', default_options: ['b_pch=false'])
  5. subdir('c')