<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks for your response David.<br>
<br>
I was afraid that their is no great interest in getting C# to work with
CMake. <br>
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.<br>
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:<br>
- <a class="moz-txt-link-freetext" href="http://gdcm.svn.sourceforge.net/viewvc/gdcm/Sandbox/CMakeCSharp/">http://gdcm.svn.sourceforge.net/viewvc/gdcm/Sandbox/CMakeCSharp/</a><br>
- <a class="moz-txt-link-freetext" href="http://websvn.kde.org/?revision=1061491&amp;view=revision">http://websvn.kde.org/?revision=1061491&amp;view=revision</a><br>
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?<br>
<br>
Regards,<br>
Andreas<br>
<br>
On 2010-04-27 16:58, David Cole wrote:
<blockquote
 cite="mid:r2tf435c2c51004270758j508bfb80oa61bdc8824a6bdcd@mail.gmail.com"
 type="cite">There is a low priority feature request in the issue
tracker:
  <div><br>
  <div><a moz-do-not-send="true"
 href="http://public.kitware.com/Bug/view.php?id=7918">http://public.kitware.com/Bug/view.php?id=7918</a></div>
  <div><br>
  </div>
  <div>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. :-)<br>
  <br>
  </div>
  <div>Having said that, though, it's not hard to call the C# compiler
directly with custom commands....</div>
  <div><br>
  </div>
  <div>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.</div>
  <div><br>
  </div>
  <div><br>
  </div>
  <div>HTH,</div>
  <div>David</div>
  <div><br>
  </div>
  <div><br>
  <div class="gmail_quote">On Fri, Apr 23, 2010 at 4:19 AM, Andreas
Roth <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:andreas.roth@fastprotect.net">andreas.roth@fastprotect.net</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello
to all,<br>
    <br>
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?<br>
    <br>
Thanks,<br>
Andreas Roth<br>
_______________________________________________<br>
Powered by <a moz-do-not-send="true" href="http://www.kitware.com"
 target="_blank">www.kitware.com</a><br>
    <br>
Visit other Kitware open-source projects at <a moz-do-not-send="true"
 href="http://www.kitware.com/opensource/opensource.html"
 target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
    <br>
Please keep messages on-topic and check the CMake FAQ at: <a
 moz-do-not-send="true" href="http://www.cmake.org/Wiki/CMake_FAQ"
 target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
    <br>
Follow this link to subscribe/unsubscribe:<br>
    <a moz-do-not-send="true"
 href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
  </blockquote>
  </div>
  <br>
  </div>
  </div>
</blockquote>
<br>
</body>
</html>