[CMake] Cmake compatable with C# ?

Brad King brad.king at kitware.com
Fri Oct 15 07:49:17 EDT 2004


Hi Abe,

Currently there is no explicit support for C#, but development is 
underway to generalize the language support.  For now you may be able to 
get things working for the Visual Studio generators by just adding the 
source files:

ADD_EXECUTABLE(foo foo.cs)

because VS has implicit rules for extensions about which it knows.  I 
have no idea whether this will work, though.

-Brad


More information about the CMake mailing list