My project is having c, cpp,c# files on different modules.I am trying to build the entire project with cmake.I am able to compile the c,cpp files with CMakeLists configurations, but I have problem with compiling c# files with CMakeLists configuration.
I am not clear how to write the CMakeLists.txt file for C# projects. Is that cmake supports the c# projects or not ?. If cmake supports csharp please provide sample CMakeLists.txt if any.