summaryrefslogtreecommitdiff
path: root/examples/application4/meson.build
blob: c03988cdb7349e1cbfd3c5dfaad405799636ddf0 (plain)
1
2
3
4
5
6
7
8
app4_resources = gnome.compile_resources('exampleapp4_resources',
  'exampleapp.gresource.xml',
  source_dir: '.')

executable('exampleapp4',
  'exampleapp.c', 'exampleappwin.c', 'main.c', app4_resources,
  dependencies: libgtk_dep,
  c_args: common_cflags)