parent
7902d2032d
commit
254b836bd4
3 changed files with 7 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
project('sub1') |
||||
|
||||
assert(get_option('test_option') == false) |
@ -0,0 +1 @@ |
||||
option('test_option', type : 'boolean', value : true, description : 'Test option. Superproject overrides default to "false"') |
Loading…
Reference in new issue