1 changed files with 2 additions and 2 deletions
@ -1,4 +1,4 @@
|
||||
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', type : 'boolean', value : true, description : 'Whether to have libclang support for autocomplete and inline errors') |
||||
option('bear', type : 'boolean', value : true, description : 'Whether to enable build command caching with bear') |
||||
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') |
||||
|
Loading…
Reference in new issue