meson.build 117 B

12345
  1. project('D Simple Test', 'd')
  2. e = executable('dsimpleapp', ['app.d', 'utils.d'], install : true)
  3. test('apptest', e)