build(deps): convert third-party dependencies to submodules

This commit is contained in:
2026-03-10 20:17:50 +08:00
parent 7d2de93ff3
commit 81925f436f
1244 changed files with 21 additions and 512948 deletions
+1
View File
@@ -5,6 +5,7 @@ Read-only OpenSim viewer built with OpenSim, Magnum, SDL2, and ImGui.
## Build
```bash
git submodule update --init --recursive
cmake -S . -B build -DOpenSim_DIR=/home/crosstyan/Code/opensim-core-build/install/lib/cmake/OpenSim
cmake --build build -j
```