add raygui

This commit is contained in:
Fabien Freling 2023-10-04 14:20:49 +02:00
parent b201817d12
commit 381db25621
4 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,7 @@ pub fn build(b: *std.Build) void {
.target = target,
.optimize = optimize,
});
exe.addIncludePath(.{ .path = "3rd-party/raygui/src" });
exe.linkLibrary(raylib_dep.artifact("raylib"));
// This declares intent for the executable to be installed into the