index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
examples
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2024-06-16
[build] Fix some warnings on web builds and remove some redundant flags. (#4069)
Lázaro Albuquerque
2024-06-06
Fix examples not building with gestures system disabled (#4020)
Sprix
2024-04-19
Revert "Build specific example using -DBUILD_EXAMPLE cmake flag (#3921)" (#3922)
Benji
2024-04-17
Build specific example using -DBUILD_EXAMPLE cmake flag (#3921)
Benji
2024-03-08
[cmake] Disable SDL rlgl_standalone example (#3861)
Rob Loach
2024-03-07
cmake: For SDL build, link the glfw dependency (#3860)
Rob Loach
2024-02-26
Fix examples linking with CMake and -DPLATFORM=SDL (#3825)
Peter0x44
2022-09-02
Removed raylib_opengl_interop.c from PLATFORM=Web build (#2682)
Stan
2022-08-09
Fix #2621: Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} (#2622)
archie2x
2022-06-24
Fix CMake build on Raspberry Pi OS Bullseye (#2548)
Richard Smith
2021-10-12
REMOVED: EXAMPLE: models_material_pbr
raysan5
2021-09-04
new models_magicavoxel_loading example (#1940)
procfxgen
2021-01-26
Documentation cmake (#1549)
hristo
2021-01-13
Big cmake changes (#1514)
hristo
2020-12-13
Fixed the build for web using CMake. (#1452)
hristo
2020-04-23
Fix for building examples with latest emsk (LLVM): remove EMTERPRETIFY, add A...
ivn
2020-03-09
Revert "Always use latest raylib version for cmake (#1123)" (#1126)
Ahmad Fatoum
2020-03-08
Always use latest raylib version for cmake (#1123)
G3bE
2019-11-01
Fix generation of web examples (#1007)
Pablo Marcos Oltra
2019-07-15
Adding solar system examples. (#900)
Aldrin Martoq
2019-06-14
Remove example from Android building
Ray
2019-05-22
Move emscripten web shell to src
Ray
2019-05-15
examples: CMake: restrict OpenGL deprecation warnings to macOS
Ahmad Fatoum
2019-05-04
examples: CMake: warn once only about macOS OpenGL deprecation
Ahmad Fatoum
2019-05-04
examples: CMake: don't build core_loading_thread if no pthreads
Ahmad Fatoum
2019-04-28
Remove example on Android
raysan5
2019-04-08
Avoid example on Android
Ray
2019-01-20
cmake: preload resources into web examples
Piotr Balcer
2019-01-20
cmake: use ALLOW_MEMORY_GROWTH=1 for web examples
Piotr Balcer
2019-01-09
Adding basic palette-switching example using uniform arrays.
Marco Lizza
2018-12-20
Some tweaks
Ray
2018-12-18
Avoid example on Android compilation
Ray
2018-07-29
CMake: include rlgl_standalone in -DBUILD_EXAMPLES
Ahmad Fatoum
2018-07-29
CMake: Major cleanup to support find_package(raylib)
Ahmad Fatoum
2018-07-25
CMake: Don't build rlgl_standalone as part of the examples
Ahmad Fatoum
2018-07-25
Fix HTML5 examples and games using CMake (#589)
Pablo Marcos Oltra
2018-07-16
Reviewed compilation options
Ray
2018-05-21
CMake+Android: Skip tests with SetCameraMode
Ahmad Fatoum
2018-05-21
Move utils.cmake to separate cmake/ directory
Ahmad Fatoum
2018-01-17
CMake: build shape and texture examples (#432)
kai
2017-11-25
Build examples and games on Travis CI
Ahmad Fatoum
2017-08-27
CMake based build system.
ASDF