[CMake] C# Support and Embedded Resources

2017-05-08 Thread Roman Wüger
Hello, I played around with the C# support in CMake 3.8.0/3.8.1. In a project I need embedded resources, how can I add those? Regards Roman -- 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

Re: [CMake] C# support?

2015-06-26 Thread James Johnston
-Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Stuermer, Michael SP/HZA-ZSEP Sent: Friday, June 26, 2015 14:47 To: cmake-develop...@cmake.org; cmake@cmake.org Subject: [CMake] C# support? Hi and sorry for cross-posting this on both lists, I checked

Re: [cmake-developers] [CMake] C# support?

2015-06-26 Thread James Johnston
-Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Stuermer, Michael SP/HZA-ZSEP Sent: Friday, June 26, 2015 14:47 To: cmake-developers@cmake.org; cm...@cmake.org Subject: [CMake] C# support? Hi and sorry for cross-posting this on both lists, I checked

[CMake] C# support?

2015-06-26 Thread Stuermer, Michael SP/HZA-ZSEP
Hi and sorry for cross-posting this on both lists, I checked the mailing list history about the C#/.NET support topic and realized that the interest in C# support seems to have declined a bit. I am right now in the need of good C# support and adding external project files is not that much of

[CMake] C# support

2008-11-03 Thread Mathieu Malaterre
'lo, I have added a bug report for C# support in CMake. http://vtk.org/Bug/view.php?id=7918 This will serve mostly to see what is the interest in the community. I have added the link to the minimal cmake-modules I wrote: http://gdcm.svn.sourceforge.net/viewvc/gdcm/Sandbox/CMakeCSharp/

[CMake] C# Support in CMake

2008-10-16 Thread Mathieu Malaterre
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=markup 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

Re: [CMake] C# Support in CMake

2008-10-16 Thread Maik Beckmann
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

Re: [CMake] C# support again

2007-06-12 Thread Joshua Jensen
Brandon Van Every wrote: On 6/9/07, Joshua Jensen [EMAIL PROTECTED] wrote: What is Kitware's interest in full Visual Studio C# support in CMake? 10 months ago, Brad King wrote in http://public.kitware.com/pipermail/cmake/2006-August/010528.html is there any development (planned) on C#

Re: [CMake] C# support again

2007-06-09 Thread Joshua Jensen
Pau Garcia i Quiles wrote: The developers of Qyoto (the C# binding to Qt) have written a FindMono.cmake which might be useful: http://websvn.kde.org/trunk/KDE/kdebindings/cmake/modules/FindMono.cmake This was useful, but I never really made it work well. * ${CMAKE_CURRENT_SOURCE_DIR}/ must be

Re: [CMake] C# support again

2007-06-09 Thread Joshua Jensen
Brandon Van Every wrote: On 6/6/07, Joshua Jensen [EMAIL PROTECTED] wrote: So, for fun, I was trying to implement C# support through some extra .cmake files. It would be good to get a wiki page up about C# issues, so there's some stickiness to various people's efforts. When I apply for game

Re: [CMake] C# support again

2007-06-09 Thread Joshua Jensen
Brandon Van Every wrote: On 6/9/07, Joshua Jensen [EMAIL PROTECTED] wrote: My only concern is maintaining a fork to do this. I already have a forked CMake with various fixes to the Visual Studio and Xcode support. Despite increasing usability in these environments, the interest level in my

Re: [CMake] C# support again

2007-06-09 Thread Brandon Van Every
On 6/9/07, Joshua Jensen [EMAIL PROTECTED] wrote: What is Kitware's interest in full Visual Studio C# support in CMake? 10 months ago, Brad King wrote in http://public.kitware.com/pipermail/cmake/2006-August/010528.html is there any development (planned) on C# (Csharp) support for CMake ?

[CMake] C# support again

2007-06-07 Thread Brandon Van Every
On 6/6/07, Joshua Jensen [EMAIL PROTECTED] wrote: So, for fun, I was trying to implement C# support through some extra .cmake files. It would be good to get a wiki page up about C# issues, so there's some stickiness to various people's efforts. When I apply for game development jobs, I

[CMake] C# support again

2007-06-06 Thread Joshua Jensen
So, for fun, I was trying to implement C# support through some extra .cmake files. This won't be good enough to work with Visual Studio's MSBuild, but I wanted to give it a start. I ran into an interesting issue. A simple C# command line appears as follows: csc /out:MyApp.exe /target:exe

Re: [CMake] C# support again

2007-06-06 Thread Pau Garcia i Quiles
Hello, The developers of Qyoto (the C# binding to Qt) have written a FindMono.cmake which might be useful: http://websvn.kde.org/trunk/KDE/kdebindings/cmake/modules/FindMono.cmake -- Pau Garcia i Quiles http://www.elpauer.org (Due to the amount of work, I usually need 10 days to answer)