The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
292 B
9 lines
292 B
5 years ago
|
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')
|