forked from enlightenment/edi
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.
4 lines
461 B
4 lines
461 B
option('libclang', type : 'boolean', value : true, description : 'Weather to have libclang support') |
|
option('bear', type : 'boolean', value : true, description : 'Weather to have bear support') |
|
option('libclang-libdir', type : 'string', value : '', description : 'Specify a none default location for your clang installation') |
|
option('libclang-headerdir', type : 'string', value : '', description : 'Specify a none default location for your clang installation')
|
|
|