summaryrefslogtreecommitdiffhomepage
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2017-12-06 22:18:14 +0100
committerAhmad Fatoum <[email protected]>2017-12-10 21:35:38 +0100
commitde78fa69bc49afa83898e33e73b6dfbffc43f0e4 (patch)
treee18bf1c52159e7c78e4fb4a3f9d96e6d17137eda /src/CMakeLists.txt
parent203b2f65d11033e5ad42bdaeb6b09b83ff576b96 (diff)
downloadraylib-de78fa69bc49afa83898e33e73b6dfbffc43f0e4.tar.gz
raylib-de78fa69bc49afa83898e33e73b6dfbffc43f0e4.zip
Fix CI builds after mini_al changes
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 819dd1a4..200ae6f9 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -83,8 +83,7 @@ endif()
# Get the sources together
file(GLOB raylib_sources *.c)
file(GLOB stb_vorbis external/stb_vorbis.c)
-file(GLOB mini_al external/mini_al.c)
-set(sources ${raylib_sources} ${stb_vorbis})
+file(GLOB mini_al external/mini_al.c ${stb_vorbis})
set(sources ${raylib_sources} ${mini_al})
# Which platform?