mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-23 18:06:04 +00:00
Use shallow clone on Raylib (#23)
This change reduces time of project configuration from 24 second to 12 seconds
This commit is contained in:
parent
3e0791bdc5
commit
52b3f6a14e
@ -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 New Issue
Block a user