summaryrefslogtreecommitdiffstats
path: root/test cases/vala/8 generated sources/src/meson.build
blob: 06515c191d022e254ce4bdc83521bb5ce0431baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config = configure_file(input: 'config.vala.in',
  output: 'config.vala',
  configuration: cd)

print = find_program('write_wrapper.py')
wrapper = custom_target('wrapper',
  output : 'print_wrapper.vala',
  command : [print, '@OUTPUT@'])

copy = find_program('copy_file.py')
gen = generator(copy,
  output : '@BASENAME@.vala',
  arguments : ['@INPUT@', '@OUTPUT@'])

returncode = gen.process('returncode.in')

src = files('test.vala')