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