Update CMakeLists.txt

This commit is contained in:
elitepleb 2019-10-08 17:13:42 +03:00 committed by GitHub
parent deb0a6116d
commit 7f7aae9d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.11) # FetchContent is available in 3.11+
project(example)
#Set this to the minimal version you want to support
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