xtreme8000 / CavEX

Project to recreate your favourite block game for the Wii (Beta 1.7.3)
GNU General Public License v3.0
225 stars 20 forks source link

build: add git submodules for dependencies #16

Open mardy opened 9 months ago

mardy commented 9 months ago

Using git submodules allows us to fix the version of all dependencies and have reproducible builds.

mardy commented 8 months ago

ping :-)

xtreme8000 commented 8 months ago

Yes looking good. However I thought about changing this PR to use Makefile/CMake to include all library files instead of soft links.