mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
aaeec84d75
In certain scenarios, address the issue where gnome.compile_resources fails to transmit the present source directory. This is most notably visible with MSBuild.
6 lines
307 B
Meson
6 lines
307 B
Meson
bp_resources = gnome.compile_resources('bloatpad_resources',
|
|
'bloatpad.gresources.xml',
|
|
source_dir: meson.current_source_dir())
|
|
|
|
executable('bloatpad', 'bloatpad.c', bp_resources, dependencies: libgtk_dep, c_args: common_cflags)
|