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