meson.build 73 B

12345
  1. project('same name', 'c')
  2. static_library('foo', 'file.c')
  3. subdir('sub')