Forráskód Böngészése

install rcamera.h (#4603)

Signed-off-by: Per Hallsmark <[email protected]>
Per Hallsmark 9 hónapja
szülő
commit
d0504800d2
2 módosított fájl, 2 hozzáadás és 0 törlés
  1. 1 0
      build.zig
  2. 1 0
      src/CMakeLists.txt

+ 1 - 0
build.zig

@@ -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

@@ -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
     )