Browse Source

install rcamera.h

Signed-off-by: Per Hallsmark <per.hallsmark@bitjuggler.se>
pull/4603/head
Per Hallsmark 3 days ago
parent
commit
7b84a79e33
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      build.zig
  2. +1
    -0
      src/CMakeLists.txt

+ 1
- 0
build.zig 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");

+ 1
- 0
src/CMakeLists.txt View File

@ -23,6 +23,7 @@ endif()
# Used as public API to be included into other projects
set(raylib_public_headers
raylib.h
rcamera.h
rlgl.h
raymath.h
)

Loading…
Cancel
Save