aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/46 native dep pkgconfig var/meson_options.txt
blob: 37006ddfd429d1c42f610d16c1f5e1f2b5507bb3 (plain)
1
2
3
4
5
6
option(
  'start_native',
  type : 'boolean',
  value : 'false',
  description : 'Start by creating a dependency() with native : true',
)