PDA

View Full Version : Cmake



R.CH
7th October 2010, 15:11
Hi!
What CMAKE is used for?How do we used it on Windows platform?
Great thanks

mcosta
7th October 2010, 17:06
CMAKE is a build system, it is used for generate platform specific Makefile (for GNU gmake, MS nmake, ...) to build software.
It's used for many multi-platform software (one for all KDE).
It's very powerful and offers integration with many libraries and tools.

I use it instead of qmake also for Qt Based Projects.