summaryrefslogtreecommitdiff
path: root/examples/application9/meson.build
blob: d872819d749acb05890d04184edef3035a55ab25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
app9_resources = gnome.compile_resources('exampleapp9_resources',
  'exampleapp.gresource.xml',
  source_dir: '.')

app9_schemas = gnome.compile_schemas()

executable('exampleapp9',
  'main.c',
  'exampleapp.c',
  'exampleappwin.c',
  'exampleappprefs.c',
  app9_resources,
  app9_schemas,
  dependencies: libgtk_dep)