summaryrefslogtreecommitdiff
path: root/examples/application8/meson.build
blob: 79819074401832028b3ed566dc80d47d8547f8e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
app8_resources = gnome.compile_resources('exampleapp8 resources',
  'exampleapp.gresource.xml',
  source_dir: '.')

app8_schemas = gnome.compile_schemas()

executable('exampleapp8',
  'main.c',
  'exampleapp.c',
  'exampleappwin.c',
  'exampleappprefs.c',
  app8_resources,
  app8_schemas,
  dependencies: libgtk_dep)