+ const epoll = b.addExecutable(.{
+ .name = "epoll",
+ // In this case the main source file is merely a path, however, in more
+ // complicated build scripts, this could be a generated file.
+ .root_source_file = .{ .cwd_relative = "src/epoll.zig" },
+ .target = target,
+ .optimize = optimize,
+ });
+