mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
FetchContent GIT_PROGRESS
This commit is contained in:
1
External/eigen.cmake
vendored
1
External/eigen.cmake
vendored
@@ -2,6 +2,7 @@ FetchContent_Declare(
|
|||||||
eigen
|
eigen
|
||||||
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
|
GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
|
||||||
GIT_TAG 3.4
|
GIT_TAG 3.4
|
||||||
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
set(EIGEN_BUILD_DOC OFF CACHE INTERNAL "")
|
set(EIGEN_BUILD_DOC OFF CACHE INTERNAL "")
|
||||||
set(BUILD_TESTING OFF CACHE INTERNAL "")
|
set(BUILD_TESTING OFF CACHE INTERNAL "")
|
||||||
|
|||||||
1
External/glad.cmake
vendored
1
External/glad.cmake
vendored
@@ -2,6 +2,7 @@ FetchContent_Declare(
|
|||||||
glad
|
glad
|
||||||
GIT_REPOSITORY https://github.com/Dav1dde/glad.git
|
GIT_REPOSITORY https://github.com/Dav1dde/glad.git
|
||||||
GIT_TAG v0.1.36
|
GIT_TAG v0.1.36
|
||||||
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
set(GLAD_PROFILE "core" CACHE INTERNAL "OpenGL profile")
|
set(GLAD_PROFILE "core" CACHE INTERNAL "OpenGL profile")
|
||||||
set(GLAD_API "gl=4.6" CACHE INTERNAL "API type/version pairs, like \"gl=3.2,gles=\", no version means latest")
|
set(GLAD_API "gl=4.6" CACHE INTERNAL "API type/version pairs, like \"gl=3.2,gles=\", no version means latest")
|
||||||
|
|||||||
1
External/glfw.cmake
vendored
1
External/glfw.cmake
vendored
@@ -2,6 +2,7 @@ FetchContent_Declare(
|
|||||||
glfw
|
glfw
|
||||||
GIT_REPOSITORY https://github.com/glfw/glfw.git
|
GIT_REPOSITORY https://github.com/glfw/glfw.git
|
||||||
GIT_TAG 3.3.6
|
GIT_TAG 3.3.6
|
||||||
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
set(GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "")
|
set(GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "")
|
||||||
set(GLFW_BUILD_TESTS OFF CACHE INTERNAL "")
|
set(GLFW_BUILD_TESTS OFF CACHE INTERNAL "")
|
||||||
|
|||||||
1
External/imgui.cmake
vendored
1
External/imgui.cmake
vendored
@@ -2,6 +2,7 @@ FetchContent_Declare(
|
|||||||
imgui
|
imgui
|
||||||
GIT_REPOSITORY https://github.com/ocornut/imgui
|
GIT_REPOSITORY https://github.com/ocornut/imgui
|
||||||
GIT_TAG v1.86
|
GIT_TAG v1.86
|
||||||
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(imgui)
|
FetchContent_MakeAvailable(imgui)
|
||||||
|
|
||||||
|
|||||||
1
External/json.cmake
vendored
1
External/json.cmake
vendored
@@ -2,6 +2,7 @@ FetchContent_Declare(
|
|||||||
json
|
json
|
||||||
GIT_REPOSITORY https://github.com/nlohmann/json.git
|
GIT_REPOSITORY https://github.com/nlohmann/json.git
|
||||||
GIT_TAG v3.10.5
|
GIT_TAG v3.10.5
|
||||||
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
SET(JSON_ImplicitConversions OFF CACHE INTERNAL "")
|
SET(JSON_ImplicitConversions OFF CACHE INTERNAL "")
|
||||||
FetchContent_MakeAvailable(json)
|
FetchContent_MakeAvailable(json)
|
||||||
|
|||||||
Reference in New Issue
Block a user