meson.build 132 B

12345678
  1. project('custom target subdir depend files', 'c')
  2. copy = find_program('copyfile.py')
  3. subdir('subdir')
  4. executable('foo', foo_src)