The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
795 B
13 lines
795 B
option('def_bindir', type: 'string', value : 'binfoo',) |
|
option('def_datadir', type: 'string', value : 'datafoo',) |
|
option('def_includedir', type: 'string', value : 'includefoo',) |
|
option('def_infodir', type: 'string', value : 'infofoo',) |
|
option('def_libdir', type: 'string', value : 'libfoo',) |
|
option('def_libexecdir', type: 'string', value : 'libexecfoo',) |
|
option('def_localedir', type: 'string', value : 'localefoo',) |
|
option('def_localstatedir', type: 'string', value : 'localstatefoo',) |
|
option('def_mandir', type: 'string', value : 'manfoo',) |
|
option('def_prefix', type: 'string', value : '/prefix',) |
|
option('def_sbindir', type: 'string', value : 'sbinfoo',) |
|
option('def_sharedstatedir', type: 'string', value : 'sharedstatefoo',) |
|
option('def_sysconfdir', type: 'string', value : 'sysconffoo',)
|
|
|