浏览代码

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
)

正在加载...
取消
保存