Ver a proveniência

install rcamera.h (#4603)

Signed-off-by: Per Hallsmark <per.hallsmark@bitjuggler.se>
pull/4607/head
Per Hallsmark há 3 dias
committed by GitHub
ascendente
cometimento
d0504800d2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
2 ficheiros alterados com 2 adições e 0 eliminações
  1. +1
    -0
      build.zig
  2. +1
    -0
      src/CMakeLists.txt

+ 1
- 0
build.zig Ver ficheiro

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

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

Carregando…
Cancelar
Guardar