summaryrefslogtreecommitdiffstats
path: root/test cases/unit/3 subproject defaults/subprojects/foob/meson_options.txt
blob: a9a615e5ebaf792c516b218a43b07f79e6b9a42d (plain)
1
2
3
4
5
option('defopoverride', type : 'string', value : 's_optfile', description : 'A value for overriding.')
option('fromcmdline', type : 'string', value : 's_optfile', description : 'A value for overriding.')
option('fromspfunc', type : 'string', value : 's_optfile', description : 'A value for overriding.')
option('fromspfunconly', type : 'string', value : 's_optfile', description : 'A value for overriding.')
option('fromoptfile', type : 'string', value : 's_optfile', description : 'A value for not overriding.')