瀏覽代碼

install rcamera.h (#4603)

Signed-off-by: Per Hallsmark <per.hallsmark@bitjuggler.se>
pull/4607/head
Per Hallsmark 3 天之前
committed by GitHub
父節點
當前提交
d0504800d2
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 2 個檔案被更改,包括 2 行新增0 行删除
  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
)

Loading…
取消
儲存