mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-03 08:28:30 +00:00
install rcamera.h (#4603)
Signed-off-by: Per Hallsmark <per.hallsmark@bitjuggler.se>
This commit is contained in:
@@ -401,6 +401,7 @@ pub fn build(b: *std.Build) !void {
|
|||||||
const lib = try compileRaylib(b, target, optimize, Options.getOptions(b));
|
const lib = try compileRaylib(b, target, optimize, Options.getOptions(b));
|
||||||
|
|
||||||
lib.installHeader(b.path("src/raylib.h"), "raylib.h");
|
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/raymath.h"), "raymath.h");
|
||||||
lib.installHeader(b.path("src/rlgl.h"), "rlgl.h");
|
lib.installHeader(b.path("src/rlgl.h"), "rlgl.h");
|
||||||
|
|
||||||
|
@@ -23,6 +23,7 @@ endif()
|
|||||||
# Used as public API to be included into other projects
|
# Used as public API to be included into other projects
|
||||||
set(raylib_public_headers
|
set(raylib_public_headers
|
||||||
raylib.h
|
raylib.h
|
||||||
|
rcamera.h
|
||||||
rlgl.h
|
rlgl.h
|
||||||
raymath.h
|
raymath.h
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user