# Copyright (c) 2025 Dominic Masters # # This software is released under the MIT License. # https://opensource.org/licenses/MIT include(FetchContent) # RayLib FetchContent_Declare( raylib GIT_REPOSITORY https://github.com/raysan5/raylib GIT_TAG 5.5 ) FetchContent_MakeAvailable(raylib)