Skip to content

Commit

Permalink
moved lodepng out of src
Browse files Browse the repository at this point in the history
  • Loading branch information
Stenodyon committed Dec 7, 2019
1 parent 9a236ac commit 370584d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pub fn build(b: *Builder) void {

var exe = b.addExecutable("blink", "src/main.zig");
exe.setBuildMode(mode);
exe.addIncludeDir("include");
exe.addCSourceFile("src/lodepng.c", CFLAGS[0..]);
exe.addIncludeDir("third-party/lodepng/include");
exe.addCSourceFile("third-party/lodepng/src/lodepng.c", CFLAGS[0..]);
if (windows) {
exe.setTarget(
builtin.Arch.x86_64,
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 370584d

Please sign in to comment.