meson.build 197 B

123456789
  1. spry_mkconst_sources = files(
  2. 'spry-mkconst.vala'
  3. )
  4. spry_mkconst = executable('spry-mkconst',
  5. spry_mkconst_sources,
  6. dependencies: [glib_dep, gobject_dep, gio_dep],
  7. install: true
  8. )