Add option to disable building unit tests in Meson build file.

This commit is contained in:
Ali-Amir Aldan
2023-05-26 10:05:06 -07:00
parent 535205e2ac
commit ce7b153021
2 changed files with 4 additions and 1 deletions

1
meson_options.txt Normal file
View File

@@ -0,0 +1 @@
option('tests', type: 'boolean', value: true, description: 'Build the unit tests')