Re: [CMake] Custom languages supported by all generators?

2016-05-19 Thread Niklas Therning
esn't merge well with the current Kitware master > :-(... > > best regards, > Michael > >> -Original Message- >> From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Niklas >> Therning >> Sent: Thursday, May 19, 2016 9:27 AM >> To: cmake@cmake.

Re: [CMake] Custom languages supported by all generators?

2016-05-19 Thread Stuermer, Michael SP/HZA-ZSEP
master :-(... best regards, Michael > -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Niklas > Therning > Sent: Thursday, May 19, 2016 9:27 AM > To: cmake@cmake.org > Subject: [CMake] Custom languages supported by all generators? > >

[CMake] Custom languages supported by all generators?

2016-05-19 Thread Niklas Therning
Hi, I'd like to add support for compiling C# using enable_language(CSharp) to my project. Similar to cmake-haskell [1]. Before I attempt this I would like to know whether this is something all generators support? I searched through the cmake sources and it looked to me like only the Unix