mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-02 04:09:18 -05:00
Always use latest raylib version for cmake (#1123)
* Always use latest raylib version * Always use latest raylib version * Always use latest raylib version
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Setup the project and settings
|
||||
project(games)
|
||||
|
||||
# Get the source toegher
|
||||
# Get the source together
|
||||
file(GLOB sources *.c)
|
||||
|
||||
set(OUTPUT_EXT)
|
||||
@ -18,7 +18,7 @@ if(${PLATFORM} MATCHES "Web")
|
||||
endif()
|
||||
|
||||
if (NOT TARGET raylib)
|
||||
find_package(raylib 2.0 REQUIRED)
|
||||
find_package(raylib REQUIRED)
|
||||
endif()
|
||||
|
||||
# Do each game
|
||||
|
||||
Reference in New Issue
Block a user