[cmake-developers] C# support status?
Ben Boeckel
ben.boeckel at kitware.com
Tue Nov 3 08:42:14 EST 2015
On Tue, Nov 03, 2015 at 10:39:06 +0000, Stuermer, Michael SP/HZA-ZSEP wrote:
> At the moment only visual studio generator and only version 2013 is
> accepted/implemented. It should not be a big task to enhance it to
> support 2015 as well. It would be great to have at least nmake, but I
> have absolutely no time right now to continue my work on C# support
> for CMake.
For anyone who would like to work on this, at the least, the other
generators should error out with CSharp rules. Don't follow
Fortran-in-Ninja's example though; the error should occur when a CSharp
rule should be generated, not when the language is enabled.
For proper Makefile support (and Ninja?), a C# depfile generator will
need to be created (see cmcldeps and cmddeps from the D support
branch[1]).
--Ben
[1]https://github.com/trentforkert/cmake
More information about the cmake-developers
mailing list