Indent fix.

pull/844/head
Jussi Pakkanen 8 years ago
parent 24e50b2697
commit f2df5f5567
  1. 12
      test cases/common/117 custom target capture/meson.build

@ -7,10 +7,10 @@ python = find_program('python3')
comp = '@0@/@1@'.format(meson.current_source_dir(), 'my_compiler.py')
mytarget = custom_target('bindat',
output : 'data.dat',
input : 'data_source.txt',
capture : true,
command : [python, comp, '@INPUT@'],
install : true,
install_dir : 'subdir'
output : 'data.dat',
input : 'data_source.txt',
capture : true,
command : [python, comp, '@INPUT@'],
install : true,
install_dir : 'subdir'
)

Loading…
Cancel
Save