From 62a515492994a0320b1c45e87b4360adbf1ae9ba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Aug 2021 14:30:42 -0400 Subject: Move serdi to tools subdirectory This separates the command-line tool code from the library implementation. --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 5d55e09c..4562d9de 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,8 +7,8 @@ option('strict', type: 'boolean', value: false, yield: true, option('tests', type: 'boolean', value: true, yield: true, description: 'Build tests') -option('utils', type: 'boolean', value: true, yield: true, - description: 'Build command line utilities') +option('tools', type: 'boolean', value: true, yield: true, + description: 'Build command line tools') option('static', type: 'boolean', value: false, yield: true, description: 'Statically link executables') -- cgit v1.2.1