Selaa lähdekoodia

Update CMakeLists.txt

raysan5 6 vuotta sitten
vanhempi
commit
d50aa32ec8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
src/CMakeLists.txt

@@ -46,7 +46,7 @@ endif()
 add_definitions("-DRAYLIB_CMAKE=1")
 
 if(USE_AUDIO)
-  MESSAGE(STATUS "Audio Backend: mini_al")
+  MESSAGE(STATUS "Audio Backend: miniaudio")
   set(sources ${raylib_sources})
 else()
   MESSAGE(STATUS "Audio Backend: None (-DUSE_AUDIO=OFF)")