Learning_GTK4_tree/examples/application4/meson.build

9 lines
281 B
Meson
Raw Permalink Normal View History

2023-12-12 11:36:42 +01:00
app4_resources = gnome.compile_resources('exampleapp4_resources',
'exampleapp.gresource.xml',
source_dir: meson.current_source_dir())
executable('exampleapp4',
'exampleapp.c', 'exampleappwin.c', 'main.c', app4_resources,
dependencies: libgtk_dep,
c_args: common_cflags)