[CMake] Native build system invocation

Ilya Shvetsov chvetsov at kranx.com
Mon Dec 25 09:31:55 EST 2006


On Mon, 25 Dec 2006 16:24:52 +0200, Roman Yakovenko  
<roman.yakovenko at gmail.com> wrote:

> Hi. It seems that I cannot to find answer for pretty simple question:
> how I can invoke native build system from\using CMake?

If I understand problem correctly, you cant.
you must call native build tools manually after generation of "native"  
makefiles:

cmake path - to generate makefiles
make - to build them


-- 
Ilya Shvetsov (mailto:chvetsov at kranx.com)
Lead Programmer
KranX Productions (http://kranx.com/)


More information about the CMake mailing list