Update CMakeLists.txt
CMake project version bump
This commit is contained in:
parent
596338b26a
commit
deb0a6116d
|
|
@ -1,7 +1,7 @@
|
||||||
cmake_minimum_required(VERSION 3.11) # FetchContent is available in 3.11+
|
cmake_minimum_required(VERSION 3.11) # FetchContent is available in 3.11+
|
||||||
project(example)
|
project(example)
|
||||||
|
|
||||||
find_package(raylib 2.0 QUIET) # Let CMake search for a raylib-config.cmake
|
find_package(raylib 2.5 QUIET) # Let CMake search for a raylib-config.cmake
|
||||||
|
|
||||||
# You could change the QUIET above to REQUIRED and remove this if() clause
|
# You could change the QUIET above to REQUIRED and remove this if() clause
|
||||||
# This part downloads raylib and builds it if it's not installed on your system
|
# This part downloads raylib and builds it if it's not installed on your system
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user