diff options
| author | Ray <[email protected]> | 2019-02-12 12:18:01 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-02-12 12:18:01 +0100 |
| commit | 944a388b1bfee6048528c29719c5a78d4888bfa5 (patch) | |
| tree | 950e70cdb956484807b8221bddeabc51200858c5 /src/CMakeLists.txt | |
| parent | e7466eb0c4d2337d939cc7149e4e0eb8d5effd68 (diff) | |
| download | raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.tar.gz raylib-944a388b1bfee6048528c29719c5a78d4888bfa5.zip | |
Include mini_al directly, no separate module
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 504930d4..2983948b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -45,9 +45,7 @@ endif() add_definitions("-DRAYLIB_CMAKE=1") if(USE_AUDIO) - file(GLOB mini_al external/mini_al.c) MESSAGE(STATUS "Audio Backend: mini_al") - set(sources ${raylib_sources} ${mini_al}) else() MESSAGE(STATUS "Audio Backend: None (-DUSE_AUDIO=OFF)") set(INCLUDE_AUDIO_MODULE 0) |
