On Mon, 25 Dec 2006 16:24:52 +0200, Roman Yakovenko <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED])
Lead Programmer
KranX Productions (http://kranx.com/)
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to