mirror of
https://github.com/RGBCube/DOOM-fire-zig
synced 2025-07-28 17:47:45 +00:00
Make doomfire cross-platform
This commit is contained in:
parent
add37add17
commit
100a2abef5
3 changed files with 291 additions and 273 deletions
|
@ -12,6 +12,9 @@ pub fn build(b: *std.build.Builder) void {
|
|||
const mode = b.standardReleaseOptions();
|
||||
|
||||
const exe = b.addExecutable("DOOM-fire", "src/main.zig");
|
||||
|
||||
exe.addIncludeDir("src");
|
||||
exe.linkLibC();
|
||||
exe.setTarget(target);
|
||||
exe.setBuildMode(mode);
|
||||
exe.install();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue