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

app7_schemas = gnome.compile_schemas()

executable('exampleapp7',
  'main.c',
  'exampleapp.c',
  'exampleappwin.c',
  'exampleappprefs.c',
  app7_resources,
  app7_schemas,
  dependencies: libgtk_dep)