1 2 3 4 5 6 7 8 9 10 11
source_files = [ 'main.c', 'io.c', ] header_files = [ 'io.h', ] sources = files(source_files) sources += files(header_files)