xtreme8000 / CavEX

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

build: add git submodules for dependencies #16

Open mardy opened 1 year ago

mardy commented 1 year ago

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

mardy commented 1 year ago

ping :-)

xtreme8000 commented 1 year ago

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