install rcamera.h (#4603)

Signed-off-by: Per Hallsmark <per.hallsmark@bitjuggler.se>
This commit is contained in:
Per Hallsmark 2024-12-15 11:16:08 +01:00 committed by GitHub
parent 93a1e75741
commit d0504800d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -401,6 +401,7 @@ pub fn build(b: *std.Build) !void {
const lib = try compileRaylib(b, target, optimize, Options.getOptions(b));
lib.installHeader(b.path("src/raylib.h"), "raylib.h");
lib.installHeader(b.path("src/rcamera.h"), "rcamera.h");
lib.installHeader(b.path("src/raymath.h"), "raymath.h");
lib.installHeader(b.path("src/rlgl.h"), "rlgl.h");