For now, the simplest and cleanest solution seems to be including external projects as submodules.
By using this approach, the source files of the external libraries must be manually included in the Makefile. This can be simplified in the future by using Cmake.
I thought this might be a bit simpler than describing how to get the source code and defining the corresponding location.
For now, the simplest and cleanest solution seems to be including external projects as submodules. By using this approach, the source files of the external libraries must be manually included in the Makefile. This can be simplified in the future by using Cmake.
I thought this might be a bit simpler than describing how to get the source code and defining the corresponding location.