diff options
Diffstat (limited to 'subprojects/shew/meson_options.txt')
-rw-r--r-- | subprojects/shew/meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subprojects/shew/meson_options.txt b/subprojects/shew/meson_options.txt new file mode 100644 index 0000000..b5c0f5c --- /dev/null +++ b/subprojects/shew/meson_options.txt @@ -0,0 +1,4 @@ +option('package_name', + type: 'string', + description: 'Parent package the library is built into' +) |