From bc524d70253a4ab2fe40c3ca3e5666e267c0a4d1 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sun, 29 Jun 2025 19:25:29 +0100 Subject: import catch2 3.8.1 --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..b460f2d --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('tests', type: 'boolean', value: true, description: 'Build the unit tests') +option('install', type: 'boolean', value: true, description: 'Install the library') -- cgit v1.2.3