Make cli build optional but on by default
This commit is contained in:
parent
5a78ef04de
commit
5f5518bb88
2 changed files with 5 additions and 1 deletions
1
meson.options
Normal file
1
meson.options
Normal file
|
@ -0,0 +1 @@
|
|||
option('build_tools', type: 'boolean', value: true, description: 'Enable or disable building the cli tools')
|
|
@ -1,2 +1,5 @@
|
|||
subdir('ducktorrent')
|
||||
|
||||
if get_option('build_tools')
|
||||
subdir('cli')
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue