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
Corrected issue
pull/755/head
Ray
5 years ago
parent
2e3310c9de
commit
43b199d534
2 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/CMakeLists.txt
BIN
src/libraylib.a
+ 1
- 0
src/CMakeLists.txt
View File
@ -46,6 +46,7 @@ add_definitions("-DRAYLIB_CMAKE=1")
if
(
USE_AUDIO
)
MESSAGE
(
STATUS
"Audio Backend: mini_al"
)
set
(
sources
${
raylib_sources
}
)
else
(
)
MESSAGE
(
STATUS
"Audio Backend: None (-DUSE_AUDIO=OFF)"
)
set
(
INCLUDE_AUDIO_MODULE
0
)
BIN
src/libraylib.a
View File
Write
Preview
Loading…
Cancel
Save