raylib/src
Viktor Pocedulić eff7b065eb
[build.zig] Fix raygui build when using addRaygui externally (#4027)
When addRaygui is used from an external build, for example in a
bindings project, the build of a generated `raygui.c` fails with
"raylib.h not found" error from the compiler.

I've traced this down to a raylib step not adding its `src/` to the
shared list of include paths using `addIncludePath` but relying on
`addCSourceFiles` `.root` to provide the implicit include path for
raylib proper's own files.

If raygui is later added to the step the compiler won't know where
to look for `raylib.h` and friends and will fail to build.

This change simply adds raylib's `src/` to the include path list.
2024-06-16 09:37:45 +02:00
..
external Update RGFW (#4048) 2024-06-08 22:26:46 +02:00
platforms Update RGFW (#4048) 2024-06-08 22:26:46 +02:00
build.zig [build.zig] Fix raygui build when using addRaygui externally (#4027) 2024-06-16 09:37:45 +02:00
CMakeLists.txt Remove trailing spaces 2024-04-02 09:38:06 +02:00
config.h Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017) 2024-05-30 08:22:07 +02:00
Makefile Update Makefile (#4054) 2024-06-10 20:50:09 +02:00
minshell.html ADDED: Open-graph image alt properties 2023-11-07 19:22:12 +01:00
raudio.c [raudio] fix mapping of wave data in LoadWaveSamples() (#4062) 2024-06-13 16:05:22 +02:00
raylib.dll.rc Remove TABS 2024-04-02 09:40:19 +02:00
raylib.dll.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raylib.h [SHAPES] Make functions that draw point arrays take them as const (#4051) 2024-06-11 11:51:49 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Remove TABS 2024-04-02 09:40:19 +02:00
raylib.rc.data REVIEWED: raylib 5.0-dev version for a future release 2023-10-18 00:33:05 +02:00
raymath.h RENAME: near, far vaiables 2024-06-06 10:12:23 +02:00
rcamera.h FIX: Added CAMERA_CUSTOM check in UpdateCamera(Camera *camera, int mode) (#3938) 2024-04-28 20:28:19 +02:00
rcore.c tweaks 2024-06-09 13:16:29 +02:00
rgestures.h Update copyright to 2024 2024-01-02 20:58:12 +01:00
rglfw.c Fix GLFW runtime platform detection (#3863) 2024-03-14 16:54:39 +01:00
rlgl.h Update rlgl.h (#4059) 2024-06-12 19:36:25 +02:00
rmodels.c [SHAPES] Make functions that draw point arrays take them as const (#4051) 2024-06-11 11:51:49 +02:00
rshapes.c optimize (#4065) 2024-06-14 08:19:17 +02:00
rtext.c tweaks 2024-06-09 13:16:29 +02:00
rtextures.c review color tint functions (#4015) 2024-05-29 23:44:20 +02:00
shell.html Update shell.html 2023-11-08 19:34:38 +01:00
utils.c REVIEWED: Remove final punctuation in code comments 2024-04-20 20:31:06 +02:00
utils.h Update copyright to 2024 2024-01-02 20:58:12 +01:00