summaryrefslogtreecommitdiffhomepage
path: root/projects/CMake/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-09-17CMake: Project template fix to easily target raylib version (#2700)Rob Loach
2022-08-02Update versionRay
2022-05-19generate compile_commands.json to be used by language server (#2481)Angga Permana
* cmake: Generate compile commands * Update README.md simplify build process
2022-01-10cmake: Update CMake project template with docs and web (#2274)Rob Loach
2021-05-24Fixed CMake linking on MacOS (#1783)DanielG
Added links to IOKit, Cocoa, and OpenGL to the CMake build file for MacOS platforms
2020-04-13Remove games from buildingraysan5
2020-03-09Revert "Always use latest raylib version for cmake (#1123)" (#1126)Ahmad Fatoum
We didn't use the latest version, but a compatible version, which is established by raylib-config-version.cmake. It's ok to have a minimal version, so revert b7c0d5b6ddfb8fd958803db837e1839ea54f6d37.
2020-03-08Always use latest raylib version for cmake (#1123)G3bE
* Always use latest raylib version * Always use latest raylib version * Always use latest raylib version
2019-10-29Review latest PR #1003Ray
2019-10-29Raysan (#1003)Jean-Seb / jseb
* new linux makefile for Android portages * Revert "projects: CMake: bump up minimal raylib version (#983)" This reverts commit 82306af111894397cb2028ac270f2916aa615fab. * new PR for upstream * for Raysan
2019-10-10projects: CMake: bump up minimal raylib version (#983)elitepleb
While at it, add comment to indicate what the version signifies. [a3f: updated commit message]
2018-07-29CMake: Make the raylib project as a whole embeddableAhmad Fatoum
So user code can use add_subdirectory to build it (similar to what we do with GLFW or what the projects/CMake/CMakeLists.txt can do).
2018-07-29Add projects/CMake exampleAhmad Fatoum
The CMakeLists.txt checks for an installed raylib and downloads and installs one if none is found. Afterwards, it builds core_basic_window.c