Saturday, March 21, 2009

Shifting to CMake

It seems every project developed in C++ is shifting to CMake as their build system. Because of this, there are tools and resources popping up everywhere supporting CMake. So... it looks like it's my turn to go through the pain and standardize with CMake.

A challenge I ran into when I was exploring CMake was compiling Qt. I will post later on how to do this. If you Google a bit, there are articles/posts out there that tackle this issue as well.

If you are interested in CMake as well you can check it out here:
http://www.cmake.org/

One of the cool tools available for CMake is CDash. Basically it's an open source continous integration system for CMake.

http://www.cdash.org/

Happy building!

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home