* new linux makefile for Android portages

* Revert "projects: CMake: bump up minimal raylib version (#983)"

This reverts commit 82306af111.

* new PR for upstream

* for Raysan
This commit is contained in:
Jean-Seb / jseb 2019-10-29 15:54:01 +01:00 committed by Ray
parent d73abe73e5
commit 862ef0524e
3 changed files with 413 additions and 2 deletions

View file

@ -1,8 +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
find_package(raylib 2.0 QUIET) # Let CMake search for a raylib-config.cmake
# 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