blob: aae0569dab9eb1c49bd195c39f83ea1e34e338ea (
plain)
1
2
3
4
5
6
7
8
|
project('no glib-compile-resources')
if find_program('glib-compile-resources', required: false).found()
error('MESON_SKIP_TEST test only applicable when glib-compile-resources is missing.')
endif
gnome = import('gnome')
res = gnome.compile_resources('resources', 'trivial.gresource.xml')
|