[cmake-developers] CMAKE Generator for Embacardero RAD Studio IDE
Brad King
brad.king at kitware.com
Fri Nov 17 09:13:49 EST 2017
On 11/16/2017 12:56 PM, llvm 999 wrote:
> I would like to know if there is any plan to add support for it.
Not of which I'm aware.
> Or perhaps, there is some technical issue related to this particular
> IDE that makes it impossible to support such IDE.
I'm not familiar with that IDE, but in order to be directly supported
by a generator its native build system would need to support everything
in CMake's code model (static/shared/exe binaries, custom commands, etc.).
An alternative is to create an "extra" generator that produces project
files that sit next to Ninja or Makefile generator outputs. The latter
is the real build system. The extra project files are for the IDE.
We'd also require that someone run nightly testing for the generator
on a long-term basis in order to keep it supported.
> Also, is there any good CMAKE documentation for developers who are beginners
> and wish to take a stab at adding functionalities to CMAKE?
There is workflow guidance in `CONTRIBUTING.rst` and `Help/dev/*.rst`.
As for the code itself, it is poorly documented for developers.
-Brad
More information about the cmake-developers
mailing list