summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-02-08 09:42:53 +0000
committer0scar <qgt268@alumni.ku.dk>2024-02-08 09:42:53 +0000
commit7d55c1384356fa02567589ccc44e6ef1a114a63e (patch)
tree2cca3337c742b96a1140ab52be872c9045dba512
parent0ef7ac193dd82866908ea94afdec5241ab97a791 (diff)
Add assimp v5.3.1
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 44de303..899d39d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -98,7 +98,12 @@ FetchContent_Declare(cglm
GIT_REPOSITORY https://github.com/recp/cglm.git
GIT_TAG v0.9.2
)
+FetchContent_Declare(assimp
+ GIT_REPOSITORY https://github.com/assimp/assimp.git
+ GIT_TAG v5.3.1
+)
FetchContent_MakeAvailable(cglm)
+FetchContent_MakeAvailable(assimp)
## Glad
set(GLAD_HEADER ${CMAKE_BINARY_DIR}/include/glad/gl.h)