diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2016-10-12 20:58:33 -0400 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-10-13 21:28:26 +0300 |
| commit | 779788ad82166db028488f68ec90258d4ca63c7d (patch) | |
| tree | 715a4f22c6b6a55241942ea03b2b313d0c4a2b11 /test cases/common | |
| parent | abfc95e75a1c2d0efc442d7d232a7b17a0207172 (diff) | |
| download | meson-779788ad82166db028488f68ec90258d4ca63c7d.tar.gz | |
Split generator @BASENAME@ at the first extension.
Diffstat (limited to 'test cases/common')
| -rw-r--r-- | test cases/common/118 allgenerate/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test cases/common/118 allgenerate/meson.build b/test cases/common/118 allgenerate/meson.build index 1ec93e6f1..36abbe966 100644 --- a/test cases/common/118 allgenerate/meson.build +++ b/test cases/common/118 allgenerate/meson.build @@ -5,7 +5,7 @@ project('all sources generated', 'c', 'cpp') comp = find_program('converter.py') g = generator(comp, - output : '@BASENAME@.cpp', + output : '@BASENAME@', arguments : ['@INPUT@', '@OUTPUT@']) c = g.process('foobar.cpp.in') @@ -17,4 +17,4 @@ c2 = custom_target('c2gen', input : 'foobar.cpp.in', command : [comp, '@INPUT@', '@OUTPUT@']) -prog2 = executable('genexe2', c2)
\ No newline at end of file +prog2 = executable('genexe2', c2) |
