aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/131 override options/meson.build
blob: 4dd8d797ef8465af310c05ffb6e4d009da219eb2 (plain)
1
2
3
4
5
6
project('option override', 'c',
  default_options : 'unity=on')

executable('mustunity', 'one.c', 'two.c')
executable('notunity', 'three.c', 'four.c',
  override_options : ['unity=off'])