blob: 4dd8d797ef8465af310c05ffb6e4d009da219eb2 [file] [log] [blame]
project('option override', 'c',
default_options : 'unity=on')
executable('mustunity', 'one.c', 'two.c')
executable('notunity', 'three.c', 'four.c',
override_options : ['unity=off'])