mirror of
https://github.com/raysan5/raylib.git
synced 2026-05-09 07:12:05 +00:00
CMake now checks if -latomic is required for 64-bit atomics, and links it if it's required. Miniaudio is the only thing in raylib that needs it, so it's put behind SUPPORT_MODULE_RAUDIO.