mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
6bc55ec35d
* 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.
6 lines
96 B
Meson
6 lines
96 B
Meson
option(
|
|
'tests',
|
|
type : 'boolean',
|
|
value : true,
|
|
description : 'Enable building tests')
|