On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote:
are there any other build systems I should look into?
Premake [1] supports mixing languages in the same build script. It's not a build tool itself, but can generate makefiles and IDE projects. Manu [2] maintains extensions for D support.
[1] https://premake.github.io/ [2] https://github.com/premake/premake-dlang
