parent
a3da2f8f3d
commit
6a5cdc7471
2 changed files with 41 additions and 21 deletions
@ -0,0 +1,34 @@ |
|||||||
|
include(FetchContent) |
||||||
|
set(FETCHCONTENT_QUIET OFF) |
||||||
|
|
||||||
|
FetchContent_Declare(glfw |
||||||
|
GIT_REPOSITORY https://github.com/glfw/glfw.git |
||||||
|
GIT_TAG 3.4 |
||||||
|
GIT_PROGRESS ON |
||||||
|
) |
||||||
|
|
||||||
|
|
||||||
|
FetchContent_Declare(glm |
||||||
|
GIT_REPOSITORY https://github.com/g-truc/glm.git |
||||||
|
GIT_TAG 1.0.1 |
||||||
|
GIT_PROGRESS ON |
||||||
|
) |
||||||
|
|
||||||
|
|
||||||
|
FetchContent_Declare( |
||||||
|
vma |
||||||
|
GIT_REPOSITORY https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |
||||||
|
GIT_TAG v3.1.0 |
||||||
|
GIT_PROGRESS ON |
||||||
|
FIND_PACKAGE_ARGS 3.1.0) |
||||||
|
|
||||||
|
|
||||||
|
FetchContent_Declare(assimp |
||||||
|
GIT_REPOSITORY https://github.com/assimp/assimp.git |
||||||
|
GIT_TAG v5.4.3 |
||||||
|
) |
||||||
|
|
||||||
|
FetchContent_Declare(tetgen |
||||||
|
GIT_REPOSITORY https://github.com/ufz/tetgen.git |
||||||
|
GIT_TAG 1.5.1 |
||||||
|
) |
Loading…
Reference in new issue