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
Update CMakeLists.txt
pull/838/head
raysan5
5 years ago
parent
561c486ceb
commit
d50aa32ec8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/CMakeLists.txt
+ 1
- 1
src/CMakeLists.txt
View File
@ -46,7 +46,7 @@ endif()
add_definitions
(
"-DRAYLIB_CMAKE=1"
)
if
(
USE_AUDIO
)
MESSAGE
(
STATUS
"Audio Backend: mini
_al
"
)
MESSAGE
(
STATUS
"Audio Backend: mini
audio
"
)
set
(
sources
${
raylib_sources
}
)
else
(
)
MESSAGE
(
STATUS
"Audio Backend: None (-DUSE_AUDIO=OFF)"
)
Write
Preview
Loading…
Cancel
Save