Use shallow clone on Raylib (#23)

This change reduces time of project configuration from 24 second to 12 seconds
This commit is contained in:
Severin Denisenko 2024-09-22 04:27:29 +03:00 committed by GitHub
parent 3e0791bdc5
commit 52b3f6a14e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ FetchContent_Declare(
GIT_REPOSITORY "https://github.com/raysan5/raylib.git"
GIT_TAG "master"
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
)
FetchContent_MakeAvailable(raylib)