1gen_features = executable('gen-features', 'gen-features.c', native: true, 2 build_by_default: false) 3 4gen_features_h = custom_target('gen-features.h', 5 output: 'gen-features.h', 6 capture: true, 7 command: gen_features) 8 9specific_ss.add(gen_features_h) 10