aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/94 custominc/easytogrepfor/meson.build
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-10-24 22:26:06 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-24 22:26:06 +0300
commit8b5164f9bc204e0c7419b8e00025eff42d03c42f (patch)
tree020ce1c6874420191735c22a7665fa1392d68db7 /test cases/unit/94 custominc/easytogrepfor/meson.build
parent5a7427cebb9093387f3f5e202b033db2516f9b30 (diff)
downloadmeson-dirc2.zip
meson-dirc2.tar.gz
meson-dirc2.tar.bz2
One more dircondensation for rc1.dirc2
Diffstat (limited to 'test cases/unit/94 custominc/easytogrepfor/meson.build')
-rw-r--r--test cases/unit/94 custominc/easytogrepfor/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/94 custominc/easytogrepfor/meson.build b/test cases/unit/94 custominc/easytogrepfor/meson.build
new file mode 100644
index 0000000..e749753
--- /dev/null
+++ b/test cases/unit/94 custominc/easytogrepfor/meson.build
@@ -0,0 +1,3 @@
+genh = custom_target('header',
+ output: 'generated.h',
+ command: [find_program('genh.py'), '@OUTPUT@'])