summaryrefslogtreecommitdiff
path: root/test cases/frameworks/15 llvm/meson_options.txt
blob: 8730c484e1f40a380a0b867d9461c4f68bea39d8 (plain)
1
2
3
4
5
6
7
8
9
10
option(
  'method',
  type : 'combo',
  choices : ['config-tool', 'cmake', 'combination']
)
option(
  'link-static',
  type : 'boolean',
  value : false,
)