This commit is contained in:
@@ -11,13 +11,6 @@ pub fn build(b: *std.Build) void {
|
||||
});
|
||||
|
||||
const exe = b.addExecutable(.{ .name = "RatChess", .root_module = exe_mod });
|
||||
|
||||
exe.linkLibC();
|
||||
exe.addIncludePath(b.path("headers/"));
|
||||
exe.addCSourceFile(.{ .file = b.path("src/eval.c") });
|
||||
exe.addCSourceFile(.{ .file = b.path("src/help.c") });
|
||||
exe.addCSourceFile(.{ .file = b.path("src/main.c") });
|
||||
exe.addCSourceFile(.{ .file = b.path("src/moves.c") });
|
||||
b.installArtifact(exe);
|
||||
|
||||
const run_cmd = b.addRunArtifact(exe);
|
||||
|
||||
Reference in New Issue
Block a user