mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
5acc98ce43
* Compiling without find_package(OpenGL REQUIRED) has no side-effect because LOVE uses SDL to load OpenGL. GLAD is used to as substitute for OpenGL headers too. * Mpg123 is no longer used in LOVE 12. Remove the respective CMake module. * CMake has its own FindOpenAL.cmake script. There's no need to provide our own.