Use shallow clone on Raylib

This change reduces time of project configuration from 24 second to 12 seconds
This commit is contained in:
Severin Denisenko 2024-09-22 00:21:11 +03:00
parent 3e0791bdc5
commit a46fc4300a

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)