Cross-platform multilingual project generator?

I am looking for a project generator that can create project files for various IDEs such as Visual Studio, Xcode, SharpDevelop, CodeBlocks, etc., and which supports C / C ++ and C # projects.

I watched CMake, but it seems like it lacks C # support.

Anyone have any suggestions?

+5
source share
3 answers

Premake can generate project files for Visual Studio, MonoDevelop, SharpDevelop, Xcode, Code :: Blocks, CodeLite and simple GNU Make, and it supports the creation of C #, C ++ and C projects for tons of platforms from Unix, Linux, OSX, Windows before cross compiling for PlayStation 3 and XBox 360.

+4
source

, CodeSmith, , .

0

All Articles