1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-12 08:09:26 +00:00
Purism-Calls/meson_options.txt
Bob Ham b17ee0c16e Add initial unit tests for Provider
Largely cribbed from libhandy, thanks due to Guido.
2018-06-11 16:29:33 +01:00

8 lines
234 B
Meson

option('gtk_doc',
type: 'boolean', value: false,
description: 'Whether to generate the API reference for Calls')
option('tests',
type: 'boolean', value: true,
description: 'Whether to compile unit tests')