This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
[cmake] set correct description for verbose option
pull/4879/head
Bruno Cabral
3 months ago
parent
f5c96302d5
commit
636e239e07
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmake/raylib-config.cmake
+ 1
- 1
cmake/raylib-config.cmake
View File
@ -12,7 +12,7 @@
#
r
a
y
l
i
b
_
D
E
F
I
N
I
T
I
O
N
S
-
C
o
m
p
i
l
e
r
s
w
i
t
c
h
e
s
r
e
q
u
i
r
e
d
f
o
r
u
s
i
n
g
r
a
y
l
i
b
option
(
raylib_USE_STATIC_LIBS
"Use static libs"
ON
)
option
(
raylib_VERBOSE
"
Use static lib
s"
OFF
)
option
(
raylib_VERBOSE
"
Show raylib verbose message
s"
OFF
)
if
(
NOT
TARGET
raylib
)
set
(
XPREFIX
PC_RAYLIB
)
Write
Preview
Loading…
Cancel
Save