summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md14
2 files changed, 15 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fda13ba..65d4c9d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,7 +97,7 @@ find_package(glfw3 3.3 REQUIRED)
find_package(OpenGL REQUIRED)
FetchContent_Declare(cglm
GIT_REPOSITORY https://github.com/recp/cglm.git
- GIT_TAG v0.9.2
+ GIT_TAG v0.9.6
)
FetchContent_Declare(stb
GIT_REPOSITORY https://github.com/nothings/stb.git
diff --git a/README.md b/README.md
index cde0ba6..b9b8a93 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,20 @@ See [this CMakeLists.txt][0] to get an idea of how to use this project.
_At the moment building with statically linking is borked._
+### Dependencies
+
+These are the dependencies that you likely need to install yourself.
+
+* assimp
+* glad
+* glfw
+* stb
+
+Other dependencies are pulled automatically.
+
+
+### Building fr
+
Generate the build files using
```
cmake -S . -B build