[CMake] Single click build

Dan Kegel dank at kegel.com
Wed Jun 19 21:22:37 EDT 2013


On Wed, Jun 19, 2013 at 5:06 PM, Gennadiy Rozental <rogeeff at gmail.com> wrote:
> http://stackoverflow.com/questions/16930996/cmake-auto-generate-build-directory

What's so hard about writing one tiny script for each platform to
invoke cmake and start the build?
That's what I do.
I prefer that, since I have to build dozens of projects, some of which
use cmake, some of which use premake, some of which just use make,
etc., etc.  Writing that tiny shell script lets me give a uniform interface
to all projects regardless of which build tool they use.


More information about the CMake mailing list