
CMake, Git and Functional Programming
CppCast
00:00
Git for C++ Code Bases
The integration isn't perfect but I don't really know of anything that's better at this point. If you're willing to forgo Visual Studio on Windows you can generate stuff for Ninja and you can run things more like on a Unix back end. Git unlike CMake seems very well placed to be used as a version control system. Especially when working with third party libraries. So if I want to use a third party library, Zlib is an example again, I can pull in its code directly from Git and make it a sub module of my projects then use that code directly.
Transcript
Play full episode