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:
G3bE
2020-03-09 03:04:29 +10:00
committed by GitHub
parent 680f9d5772
commit b7c0d5b6dd
9 changed files with 10 additions and 10 deletions

View File

@ -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