このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Move utils.cmake to separate cmake/ directory
pull/546/head
Ahmad Fatoum
6年前
親
a752092055
コミット
20ddc6a2bb
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
C3EAC3DE9321D59B
10個のファイルの変更
、
9行の追加
、
9行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+0
-0
cmake/utils.cmake
+1
-1
examples/CMakeLists.txt
+1
-1
games/CMakeLists.txt
+1
-1
games/drturtle/CMakeLists.txt
+1
-1
games/just_do/CMakeLists.txt
+1
-1
games/koala_seasons/CMakeLists.txt
+1
-1
games/light_my_ritual/CMakeLists.txt
+1
-1
games/skully_escape/CMakeLists.txt
+1
-1
games/wave_collector/CMakeLists.txt
+1
-1
src/CMakeLists.txt
utils.cmake → cmake/utils.cmake
ファイルの表示
+ 1
- 1
examples/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
examples
)
include
(
"../utils.cmake"
)
include
(
"../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
#
T
O
D
O
`
b
u
i
l
d
`
d
i
r
e
c
t
o
r
y
s
h
o
u
l
d
m
a
y
b
e
b
e
s
o
m
e
t
h
i
n
g
e
l
s
e
.
.
.
+ 1
- 1
games/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
games
)
include
(
"../utils.cmake"
)
include
(
"../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
#
T
O
D
O
`
b
u
i
l
d
`
d
i
r
e
c
t
o
r
y
s
h
o
u
l
d
m
a
y
b
e
b
e
s
o
m
e
t
h
i
n
g
e
l
s
e
.
.
.
+ 1
- 1
games/drturtle/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
drturtle
)
include
(
"../../utils.cmake"
)
include
(
"../../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
+ 1
- 1
games/just_do/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
just_do
)
include
(
"../../utils.cmake"
)
include
(
"../../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
+ 1
- 1
games/koala_seasons/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
koala_seasons
)
include
(
"../../utils.cmake"
)
include
(
"../../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
+ 1
- 1
games/light_my_ritual/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
light_my_ritual
)
include
(
"../../utils.cmake"
)
include
(
"../../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
+ 1
- 1
games/skully_escape/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
skully_escape
)
include
(
"../../utils.cmake"
)
include
(
"../../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
+ 1
- 1
games/wave_collector/CMakeLists.txt
ファイルの表示
@ -1,7 +1,7 @@
#
S
e
t
u
p
t
h
e
p
r
o
j
e
c
t
a
n
d
s
e
t
t
i
n
g
s
project
(
wave_collector
)
include
(
"../../utils.cmake"
)
include
(
"../../
cmake/
utils.cmake"
)
#
M
a
k
e
s
u
r
e
r
a
y
l
i
b
h
a
s
b
e
e
n
b
u
i
l
t
+ 1
- 1
src/CMakeLists.txt
ファイルの表示
@ -39,7 +39,7 @@ if(NOT glfw3_FOUND)
list
(
APPEND
raylib_sources
$<
TARGET_OBJECTS:glfw_objlib
>
)
endif
(
)
include
(
"../utils.cmake"
)
include
(
"../
cmake/
utils.cmake"
)
if
(
USE_AUDIO
)
file
(
GLOB
stb_vorbis
external/stb_vorbis.c
)
書き込み
プレビュー
読み込み中…
キャンセル
保存