[cmake-developers] Native C# support in CMake

2016-09-12 Thread Andreas Roth

Hi,

i was wondering if you plan to support C# as language.  Currently we are 
using a custom tailored set of command lines for building but it becomes 
more and more difficult when complexer requirements surface.


Regards,

Andreas Roth
Development Engineer
FAST Protect GmbH
Siemensstrasse 16/1
88048 Friedrichshafen
Germany
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

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

2010-04-28 Thread Andreas Roth

Thanks for your response David.

I was afraid that their is no great interest in getting C# to work with 
CMake.
What would be required to add C# as a native language to CMake? Can 
anyone give me some hints how this could be done? A n example or how-to 
would be great.
The other way would be to use a bunch of add_custom_commands to get the 
work done. So far i've found the following projects which have tried 
this way:

- http://gdcm.svn.sourceforge.net/viewvc/gdcm/Sandbox/CMakeCSharp/
- http://websvn.kde.org/?revision=1061491view=revision
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?


Regards,
Andreas

On 2010-04-27 16:58, David Cole wrote:

There is a low priority feature request in the issue tracker:

http://public.kitware.com/Bug/view.php?id=7918

However, I am not aware of any serious funding for any such effort on 
the horizon. So it is unlikely to be going in anytime soon unless 
somebody steps up to the plate with a plan and a checkbook. :-)


Having said that, though, it's not hard to call the C# compiler 
directly with custom commands


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, 2010 at 4:19 AM, Andreas Roth 
andreas.r...@fastprotect.net mailto:andreas.r...@fastprotect.net 
wrote:


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
___
Powered by www.kitware.com http://www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake




___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

[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
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake