jsoncpp/meson_options.txt
David Seifert 6bc55ec35d Meson updates (#1124)
* Modernize meson.build

* Make tests optional
* Use `files()` for quick sanity checks

* Bump version to 1.9.3

* Bump SOVERSION, as some functions were removed
  and structs were changed, as determined by
  libabigail.
2020-01-07 09:23:50 +08:00

6 lines
96 B
Meson

option(
'tests',
type : 'boolean',
value : true,
description : 'Enable building tests')