Skip to content

Commit d050480

Browse files
authored
install rcamera.h (#4603)
Signed-off-by: Per Hallsmark <[email protected]>
1 parent 93a1e75 commit d050480

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,7 @@ pub fn build(b: *std.Build) !void {
401401
const lib = try compileRaylib(b, target, optimize, Options.getOptions(b));
402402

403403
lib.installHeader(b.path("src/raylib.h"), "raylib.h");
404+
lib.installHeader(b.path("src/rcamera.h"), "rcamera.h");
404405
lib.installHeader(b.path("src/raymath.h"), "raymath.h");
405406
lib.installHeader(b.path("src/rlgl.h"), "rlgl.h");
406407

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ endif()
2323
# Used as public API to be included into other projects
2424
set(raylib_public_headers
2525
raylib.h
26+
rcamera.h
2627
rlgl.h
2728
raymath.h
2829
)

0 commit comments

Comments
 (0)