mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-29 12:13:52 +00:00
This is follow up work to my previous series. I've tried to make the Meson build mirror the CMake build more closely. I've also made an attempt at adding some instructions to the documents on using Meson. --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
4 lines
322 B
Meson
4 lines
322 B
Meson
option('tests', type: 'boolean', value: false, description: 'Build CLI11 tests')
|
|
option('single-file-header', type: 'boolean', value: false, description : 'Generate a single header file.')
|
|
option('precompiled', type: 'boolean', value: false, description : 'Generate a precompiled static library instead of a header-only')
|