summaryrefslogtreecommitdiff
path: root/examples/application2/meson.build
blob: 74b931efceab4bf5845090836477c0fedd1e0c70 (plain)
1
2
3
4
5
6
7
8
app2_resources = gnome.compile_resources('exampleapp2_resources',
  'exampleapp.gresource.xml',
  source_dir: '.')

executable('exampleapp2',
  'exampleapp.c', 'exampleappwin.c', 'main.c', app2_resources,
  dependencies: libgtk_dep,
  c_args: common_cflags)