fn addCSourceFiles(self: *Compile, files: []const []const u8, flags: []const []const u8) void
Handy when you have many C/C++ source files and want them all to have the same flags.
self: *Compile,
files: []const []const u8,
flags: []const []const u8,