Require minimal version, see #1123

master
G3bE 5 年之前
父節點
當前提交
b2c3cff1eb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Working-with-CMake.md

+ 1
- 1
Working-with-CMake.md

@ -4,7 +4,7 @@ If you know that anyone who builds your project, has raylib already installed, a
cmake_minimum_required(VERSION 3.15)
project(my_project)
find_package(raylib REQUIRED) # Uses the latest installed version
find_package(raylib 2.5.0 REQUIRED) # Requires at least versionn 2.5.0
set(CMAKE_C_STANDARD 11)

Loading…
取消
儲存