summaryrefslogtreecommitdiff
path: root/examples/application4/meson.build
blob: a2d21ac4b0988226907d0b378bb902d38eb202cf (plain)
1
2
3
4
5
6
7
8
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)