We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90235e commit b33b3ddCopy full SHA for b33b3dd
CMakeLists.txt
@@ -7,7 +7,8 @@ option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
7
include(FetchContent)
8
FetchContent_Declare(SFML
9
GIT_REPOSITORY https://github.com/SFML/SFML.git
10
- GIT_TAG 2.6.x)
+ GIT_TAG 2.6.x
11
+ GIT_SHALLOW ON)
12
FetchContent_MakeAvailable(SFML)
13
14
add_executable(main src/main.cpp)
0 commit comments