mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 12:36:17 +00:00
Use shallow clone on Raylib
This change reduces time of project configuration from 24 second to 12 seconds
This commit is contained in:
parent
3e0791bdc5
commit
a46fc4300a
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue