update 2025->2026, 5.5->6.0 (#5754)

This commit is contained in:
Thomas Anderson
2026-04-12 12:21:09 -05:00
committed by GitHub
parent 51d693607e
commit 44e5126d08
10 changed files with 18 additions and 18 deletions

View File

@ -5,7 +5,7 @@ project(example)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Dependencies
set(RAYLIB_VERSION 5.5)
set(RAYLIB_VERSION 6.0)
find_package(raylib ${RAYLIB_VERSION} QUIET) # QUIET or REQUIRED
if (NOT raylib_FOUND) # If there's none, fetch and build raylib
include(FetchContent)