-
Michael Spang authored
As we start to add other build systems, we should have a way to sync the project without depending on make. Use git submodules for this. This also avoids an issue with branch based subrepository management where it's not possible to recreate historical states of the project, which necessarily includes the state of dependencies. Tracking and recreating prior versions is the main purpose of source control.
Loading