mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-07 14:49:18 -05:00
fixed package mode in FindRaylib (#85)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
find_package(raylib 3.0.0 QUIET)
|
||||
find_package(raylib 3.0.0 QUIET CONFIG)
|
||||
if (NOT raylib_FOUND)
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
|
||||
Reference in New Issue
Block a user