Better explanations of the build options

This commit is contained in:
Andy Williams 2018-05-17 13:39:39 +01:00
parent 0c6e37e4ff
commit 476e71f78f
1 changed files with 2 additions and 2 deletions

View File

@ -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')