[cmake-developers] Adding a non-make based generator
Brad King
brad.king at kitware.com
Mon Feb 5 07:35:27 EST 2018
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
More information about the cmake-developers
mailing list