Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Archivist
/
raylib-src
peilaus alkaen
https://github.com/raysan5/raylib
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
24
Wiki
Toiminta
Selaa lähdekoodia
Move utils.cmake to separate cmake/ directory
pull/546/head
Ahmad Fatoum
6 vuotta sitten
vanhempi
a752092055
commit
20ddc6a2bb
No known key found for this signature in database
GPG Key ID:
C3EAC3DE9321D59B
10 muutettua tiedostoa
jossa
9 lisäystä
ja
9 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Näytä tiedosto
+ 1
- 1
examples/CMakeLists.txt
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
Näytä tiedosto
@ -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
)
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna