parent
1ffbddc31a
commit
5f5360470f
3 changed files with 13 additions and 0 deletions
@ -0,0 +1,12 @@ |
||||
project('configuration_data is immutable') |
||||
|
||||
a = configuration_data() |
||||
|
||||
configure_file( |
||||
configuration : a, |
||||
input : 'input', |
||||
output : 'output', |
||||
) |
||||
|
||||
still_immutable = a |
||||
still_immutable.set('hello', 'world') |
Loading…
Reference in new issue