[CMake] Use CMake to create C# project

Mathieu Malaterre mathieu.malaterre at gmail.com
Wed Apr 28 08:07:12 EDT 2010


On Wed, Apr 28, 2010 at 8:38 AM, Andreas Roth
<andreas.roth at fastprotect.net> wrote:
> done. So far i've found the following projects which have tried this way:
> - http://gdcm.svn.sourceforge.net/viewvc/gdcm/Sandbox/CMakeCSharp/

I'll talk about my experience in GDCM.

> Are there more? What are the limitations of these solutions? Are there any
> limitation using the add_custom_commands approach compared to the native
> language approach?

You do not get automatic (top-level) target dependencies :( Even  at
file level this is nasty because you cannot work across directories.
This should be working nicely if you are able to define everything in
a single directory (ideally).

HTH
-- 
Mathieu


More information about the CMake mailing list