Re: [CMake] Use CMake to create C# project

2010-04-27 Thread Andreas Roth
mands So it's easy to drive the build of a C# library or executable with add_custom_command in a CMakeLists.txt file, but "first class C# language support, including resources and generating *.csproj files" is not planned in the short term. HTH, David On Fri, Apr 23,

[CMake] Use CMake to create C# project

2010-04-23 Thread Andreas Roth
Hello to all, i try to find out how i could integrate my C# projects into my CMake project files. As far as i know CMake does not natively support C# projects. Is it planned to add this functionality? If yes, when will be be ready? Thanks, Andreas Roth