meson.build 190 B

1234567
  1. project('abs subdir', 'c')
  2. # For some reason people insist on doing this, probably
  3. # because Make has taught them to never rely on anything.
  4. subdir(join_paths(meson.source_root(), 'bob'))