[CMake] C#/.NET

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed May 9 11:04:45 EDT 2012


Hi,

On Wed, May 9, 2012 at 11:19 AM, Pau Garcia i Quiles
<pgquiles at elpauer.org> wrote:
> Is anyone using CMake for C#/.NET projects? We are looking to moving
> from Visual Studio solutions/projects to a proper build system and
> CMake would be my preferred choice.

Here is my two cents. Until CMake actually do support C#, I do not
believe this is worth the effort to use cmake. There are only two C#
implementations and both of them do support *.sln/csproj files.

You can have a look at two projects mummy [1] & gdcm [2] they both
uses C# and you will see the amount of detail needed to keep track of
dependencies and get things right. So if you project is only using C#,
I would suggest to go with the default VS tools. If your project is
using cmake anyway, be ready for some low level cmake programming [3].

2cts


[1] http://www.kitware.com/products/avdownload.php
[2] http://gdcm.sourceforge.net/
[3] http://public.kitware.com/Bug/view.php?id=7918

-- 
Mathieu


More information about the CMake mailing list