mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-21 23:07:14 -05:00
[cmake] Update to raylib 4.5 (#264)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
find_package(raylib 4.0.0 QUIET CONFIG)
|
||||
find_package(raylib 4.5.0 QUIET CONFIG)
|
||||
if (NOT raylib_FOUND)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
raylib
|
||||
GIT_REPOSITORY https://github.com/raysan5/raylib.git
|
||||
GIT_TAG 4.2.0
|
||||
GIT_TAG 4.5.0
|
||||
)
|
||||
FetchContent_GetProperties(raylib)
|
||||
if (NOT raylib_POPULATED) # Have we downloaded raylib yet?
|
||||
|
||||
Reference in New Issue
Block a user