Tag Archives: cmake

CMake – A build tool that just works

I’ve been using CMake 2.6 for quite some time now, and the more I do, the more I like it. Just a few days ago, I started with porting some project to Linux, and it took me literally a few … Continue reading

Posted in Programming | Tagged , , , | 1 Comment

CMake 2.6 final released

CMake 2.6 has been released. See the release announcement. CMake is a very nice cross-platform build tool which does not build itself but instead creates projects for the target platform (Visual Studio projects files for Windows, Makefiles for Linux, etc.). … Continue reading

Posted in Programming | Tagged , , | Leave a comment

CMake 2.6 reaches beta

CMake 2.6 has reached the beta status (mailing list post). CMake is a very nice cross-platform makefile generator — it does not build the software itself but rather relies on a platform specific tool for this. However, this is actually … Continue reading

Posted in Programming | Tagged , , | Leave a comment