meson: Do not install when used as a subproject

This commit is contained in:
Daniel Mensinger
2019-07-20 11:43:26 +02:00
parent a7ba6e447d
commit 313ec87dc1
2 changed files with 30 additions and 16 deletions

View File

@@ -2,3 +2,4 @@ option('external_fmt', type: 'boolean', value: false)
option('enable_examples', type: 'boolean', value: false)
option('enable_benchmarks', type: 'boolean', value: false)
option('enable_tests', type: 'boolean', value: false)
option('library_type', type: 'combo', choices: ['static', 'shared'], value: 'static')