summaryrefslogtreecommitdiffstats
path: root/test cases/frameworks/25 hdf5/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/frameworks/25 hdf5/meson_options.txt')
-rw-r--r--test cases/frameworks/25 hdf5/meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/frameworks/25 hdf5/meson_options.txt b/test cases/frameworks/25 hdf5/meson_options.txt
new file mode 100644
index 0000000..741f58e
--- /dev/null
+++ b/test cases/frameworks/25 hdf5/meson_options.txt
@@ -0,0 +1,6 @@
+option(
+ 'method',
+ type : 'combo',
+ choices : ['pkg-config', 'config-tool'],
+ value : 'pkg-config'
+)