From c886d489576cd0bc33d7d22d81981c794067946f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Oct 2022 13:41:15 -0400 Subject: Add path API --- meson_options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 2893d42..bc25d2f 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,5 +13,8 @@ option('strict', type: 'boolean', value: false, yield: true, option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') +option('tests_cpp', type: 'feature', value: 'auto', yield: true, + description: 'Build C++ standard library comparison tests') + option('title', type: 'string', value: 'Zix', description: 'Project title') -- cgit v1.2.1