[CMake] C# Support in CMake

Maik Beckmann beckmann.maik at googlemail.com
Thu Oct 16 09:50:37 EDT 2008


Mathieu Malaterre schrieb am Donnerstag 16 Oktober 2008 um 15:42:
> Hi there,
>
>   I have started a limited support for C# in my project:
>
> https://gdcm.svn.sf.net/viewvc/gdcm/trunk/CMake/FindCSharp.cmake?view=marku
>p &
> https://gdcm.svn.sf.net/viewvc/gdcm/trunk/CMake/UseCSharp.cmake?view=markup
>
>   Because this is already becoming tedious, I was wondering if anyone
> had started a true C# support in cmake. As far as understand there is
> only one piece missing the lex/yacc part, right ?
>   Doing a quick google search I can find:
>
> http://www.cs.nuim.ie/~jpower/Research/csharp/Index.html
>

For me the C# syntax looks pretty much similar to java.  Thus the java 
lex/yacc files included in cmake should be a good starting point.

-- Maik


More information about the CMake mailing list