Learning_GTK4_tree/examples/bp/meson.build

6 lines
307 B
Meson
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
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)