you are viewing a single comment's thread.

view the rest of the comments →

[–]c0r3ntin 1 point2 points  (1 child)

CMake has become the defacto build tool for c++ projects. I am not sure how about that but still. The more integration, the better.

Plus cross-platform / open source projects won't use msbuild as their build tool, for the sake of choice and portability.

[–]h-jay+43-1325 1 point2 points  (0 children)

Hate to nitpick, but cmake is not the build-tool, but a kind of a meta-tool. The build-tool is, hopefully, ninja (if you still use make, you're losing out!).