mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
9 lines
258 B
Meson
9 lines
258 B
Meson
app3_resources = gnome.compile_resources('exampleapp3_resources',
|
|
'exampleapp.gresource.xml',
|
|
source_dir: '.')
|
|
|
|
executable('exampleapp3',
|
|
'exampleapp.c', 'exampleappwin.c', 'main.c', app3_resources,
|
|
dependencies: libgtk_dep,
|
|
c_args: common_cflags)
|