Menu

IT++ / Blog: Recent posts

Using cmake with ninja build system

Recently IT++ has switched to a new build system based on cmake. cmake is a much flexible option for generating files needed for compilation. On Linux, for example, cmake generates by default Makefiles, but the latest cmake versions (e.g. 2.8.9) have the option to generate Ninja files instead. Ninja is a small build system designed for speed (https://github.com/martine/ninja) and can be seen as a replacement for make.... read more

Posted by Bogdan Cristea 2012-09-23 Labels: cmake ninja build systems