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