Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: alex.neundorf on July 17, 2007, 06:33:42 am

Title: support for CodeBlocks projects in CMake
Post by: alex.neundorf on July 17, 2007, 06:33:42 am
Hi,

since last weekend CMake (http://www.cmake.org) comes with builtin support for generating CodeBlocks projects in cvs HEAD. This means cmake can now not only generate makefiles, project files for KDevelop, MSVC and XCode, but also for CodeBlocks.

I would be happy if somebody is interested in using this and lets me know about problems and bugs.
Patches are also welcome :-)

Best regards
Alex
Title: Re: support for CodeBlocks projects in CMake
Post by: mandrav on July 17, 2007, 08:44:50 am
That's great news :)
Title: Re: support for CodeBlocks projects in CMake
Post by: alex.neundorf on July 18, 2007, 05:37:11 pm
Since today the CodeBlocks generator is also built under Windows (where it was disabled until yesterday) and supports there mingw, msys, nmake and cygwin makefiles.

I'm looking for testers...

Alex
Title: Re: support for CodeBlocks projects in CMake
Post by: Game_Ender on July 21, 2007, 12:42:50 am
Wholly crap, looks like you might have just ruined my day, but it in a sort of good way.  I just finished a fancy build system with Scons and it is sorely lacking from IDE integration.  I will try and give this a try on some simple projects if I get the time.  The lack of IDE support on Linux (my main dev platforms) was one of my reasons for not choosing CMake.
Title: Re: support for CodeBlocks projects in CMake
Post by: kisoft on July 27, 2007, 01:10:45 pm
Since today the CodeBlocks generator is also built under Windows (where it was disabled until yesterday) and supports there mingw, msys, nmake and cygwin makefiles.
We can do generate CMakeLists.txt from *.cbp.
My Makefile generator plugin (cbMakefileGen) is exists and being generated a simple makefile. CMakeLists.txt may be generated too.
I being looked for this option in my plugin. I have no time now then I look for this feature later.