master
build 3 lines 123 Bytes
Raw
1 nitro_ss = ss.source_set()
2 nitro_ss.add(files('nitro-accel.c'))
3 system_ss.add_all(when: 'CONFIG_NITRO', if_true: nitro_ss)