How build systems keep track of change in the source files?
Advertisements When building my C++ projects I would use a bash file where there is all the instructions needed. It didn’t present a problem because all the projects that I did were relatively small. In my last project the build time would take around 4-6 mins so I switched to Cmake. The first build was… Read More How build systems keep track of change in the source files?