[cmake-developers] Adding a non-make based generator

Saeed, Khurram Khurram_Saeed at mentor.com
Fri Feb 9 08:00:46 EST 2018


Hi Brad,

Yes those files are driving the actual build. I cannot use one of the existing generators because Nucleus ReadyStart projects are built using Eclipse CDT managed build system.

Best Regards,
Khurram


-----Original Message-----
From: cmake-developers [mailto:cmake-developers-bounces at cmake.org] On Behalf Of Brad King
Sent: Monday, February 05, 2018 5:35 PM
To: cmake-developers at cmake.org
Subject: Re: [cmake-developers] Adding a non-make based generator

On 02/02/2018 10:05 AM, Saeed, Khurram wrote:
> In this generator we are generating .project and .cproject files for 
> Nucleus ReadyStart application.

Are those files driving the actual build?

These days the way to support IDEs tends to be using the cmake server mode:

  https://cmake.org/cmake/help/v3.10/manual/cmake-server.7.html

along with one of the existing generators.

-Brad
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake-developers


More information about the cmake-developers mailing list