summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: ee093608351702b516a70161cd3888465c401ae5 (plain)
1
2
3
4
5
6
7
8
9
option('pcsc',
  type: 'feature',
  description: 'Build with PC/SC pass-through support'
)
option('disable_tests',
  type: 'boolean',
  value: false,
  description: 'Disable building tests targets'
)