aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/110 list build options/meson.build
blob: 2d634d38f4c85d4b6d4aaa99460fa6ee3d635c2c (plain)
1
2
3
4
5
6
project('feature user option', 'c')

feature_opts = get_option('auto_features')
optional_opt = get_option('optional')

message('Build options:', meson.build_options())