meson.build 271 B

123456789
  1. statum_mkres_sources = files(
  2. 'statum-mkres.vala'
  3. )
  4. statum_mkres = executable('statum-mkres',
  5. statum_mkres_sources,
  6. dependencies: [glib_dep, gobject_dep, gio_dep, invercargill_dep, astralis_dep, inversion_dep, libxml_dep, json_glib_dep],
  7. install: true
  8. )