parent
553ac89e02
commit
1b81b32afb
3 changed files with 9 additions and 3 deletions
@ -1,8 +1,10 @@ |
||||
project('cpp std override', 'cpp', |
||||
default_options : 'cpp_std=c++03') |
||||
default_options : ['cpp_std=c++03', |
||||
'werror=true']) |
||||
|
||||
executable('plain', 'progp.cpp', |
||||
override_options : 'cpp_std=none') |
||||
executable('v03', 'prog03.cpp') |
||||
executable('v03', 'prog03.cpp', |
||||
override_options : 'werror=false') |
||||
executable('v11', 'prog11.cpp', |
||||
override_options : 'cpp_std=c++11') |
||||
|
Loading…
Reference in new issue