aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/94 custominc/easytogrepfor/meson.build
diff options
context:
space:
mode:
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@'])