diff options
Diffstat (limited to 'test cases/common/135 custom target object output/objdir/meson.build')
-rw-r--r-- | test cases/common/135 custom target object output/objdir/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/135 custom target object output/objdir/meson.build b/test cases/common/135 custom target object output/objdir/meson.build new file mode 100644 index 0000000..0d7f6c2 --- /dev/null +++ b/test cases/common/135 custom target object output/objdir/meson.build @@ -0,0 +1,5 @@ +# Generate an object file manually. +object = custom_target('object', + input : 'source.c', + output : outputname, + command : [comp, cc, '@INPUT@', '@OUTPUT@']) |