Do I really need cmake for build automation?
Posted
by
PMiller
on Stack Overflow
See other posts from Stack Overflow
or by PMiller
Published on 2012-04-10T14:56:43Z
Indexed on
2012/04/10
17:29 UTC
Read the original article
Hit count: 460
I'm currently investigating cmake to allow automatic building on the Win32 platform. For all runtimes and libraries I'd like to build, Visual Studio (2008/2010) projects do allready exist.
I've come across cmake, but I'm unsure if I really need it. As the documentation says, cmake generates VS projects and they then can be built e.g. using MSBuild.
As the projects itself allready do exist (and build nicely via the IDE or MSBuild on the cmd line), what do I need and use cmake for? Just for directory/project folder traversal? Build failure reporting?
Regards, Paul
© Stack Overflow or respective owner