Update submodule block for easier copy-pasting

khg8m3r 2023-08-17 10:43:55 -04:00
parent 58b97dfaeb
commit b67532b8c5

@ -39,17 +39,18 @@ crew install xorg_nouveau_driver
## Add necessary submodules ## Add necessary submodules
```bash ```bash
git submodule update --init Externals/mGBA git submodule update --init --recursive \
git submodule update --init Externals/spirv_cross Externals/mGBA \
git submodule update --init Externals/zlib-ng Externals/spirv_cross \
git submodule update --init Externals/libspng Externals/zlib-ng \
git submodule update --init Externals/VulkanMemoryAllocator Externals/libspng \
git submodule update --init --recursive Externals/cubeb Externals/VulkanMemoryAllocator \
git submodule update --init Externals/implot Externals/cubeb \
git submodule update --init Externals/gtest Externals/implot \
git submodule update --init Externals/rcheevos Externals/gtest \
Externals/rcheevos \
git pull --recurse-submodules && git pull --recurse-submodules
``` ```
## Building ## Building