本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
projects: CMake: bump up minimal raylib version (
#983
)
While at it, add comment to indicate what the version signifies. [a3f: updated commit message]
pull/1002/head
elitepleb
6 年之前
committed by
Ahmad Fatoum
父節點
596338b26a
當前提交
82306af111
共有
1 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
projects/CMake/CMakeLists.txt
+ 2
- 1
projects/CMake/CMakeLists.txt
查看文件
@ -1,7 +1,8 @@
cmake_minimum_required
(
VERSION
3.11
)
#
F
e
t
c
h
C
o
n
t
e
n
t
i
s
a
v
a
i
l
a
b
l
e
i
n
3
.
1
1
+
project
(
example
)
find_package
(
raylib
2.0
QUIET
)
#
L
e
t
C
M
a
k
e
s
e
a
r
c
h
f
o
r
a
r
a
y
l
i
b
-
c
o
n
f
i
g
.
c
m
a
k
e
#
S
e
t
t
h
i
s
t
o
t
h
e
m
i
n
i
m
a
l
v
e
r
s
i
o
n
y
o
u
w
a
n
t
t
o
s
u
p
p
o
r
t
find_package
(
raylib
2.5
QUIET
)
#
L
e
t
C
M
a
k
e
s
e
a
r
c
h
f
o
r
a
r
a
y
l
i
b
-
c
o
n
f
i
g
.
c
m
a
k
e
#
Y
o
u
c
o
u
l
d
c
h
a
n
g
e
t
h
e
Q
U
I
E
T
a
b
o
v
e
t
o
R
E
Q
U
I
R
E
D
a
n
d
r
e
m
o
v
e
t
h
i
s
if
(
)
c
l
a
u
s
e
#
T
h
i
s
p
a
r
t
d
o
w
n
l
o
a
d
s
r
a
y
l
i
b
a
n
d
b
u
i
l
d
s
i
t
i
f
i
t
'
s
n
o
t
i
n
s
t
a
l
l
e
d
o
n
y
o
u
r
s
y
s
t
e
m
Write
Preview
Loading…
取消
儲存