Re: [CMake] Cmake support for Csharp?

2009-11-25 Thread Mathieu Malaterre
Joseph, You can have a look at what I am doing in GDCM. I can build the C++ library and wrap the interface using SWIG in C#. Ref: http://gdcm.sourceforge.net/ What you really want to look at are the CMake files here: http://gdcm.svn.sf.net/viewvc/gdcm/trunk/CMake/ or the bug report: htt

Re: [CMake] Cmake support for Csharp?

2009-11-24 Thread David Cole
There has not been anything done in CMake itself related to C# development. I'm biased against putting in "partial support" for it without full blown generated *.csproj files that support resources, .NET strong name signatures, and everything, so it's a significant chunk of dev work. However, CMak

[CMake] Cmake support for Csharp?

2009-11-24 Thread Sarbak, Joseph
Hello, any advice would be greatly appreciated. This question appears to have asked in the past. Has there been any new development in support for csharp? I have a project that is a mix of C, C++, and Csharp, and I would like to manage all builds from one tool: cmake. Your answers would

[CMake] Cmake support for Csharp?

2009-11-20 Thread Sarbak, Joseph
Hello, This question appears to have asked in the past. Has there been any new development in support for csharp? I have a project that is a mix of C, C++, and Csharp, and I would like to manage all builds from one tool: cmake. Your answers would be much appreciated. Thank you. Joe Sarbak ___