Author Topic: support for CodeBlocks projects in CMake  (Read 10843 times)

alex.neundorf

  • Guest
support for CodeBlocks projects in CMake
« 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

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: support for CodeBlocks projects in CMake
« Reply #1 on: July 17, 2007, 08:44:50 am »
That's great news :)
Be patient!
This bug will be fixed soon...

alex.neundorf

  • Guest
Re: support for CodeBlocks projects in CMake
« Reply #2 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

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: support for CodeBlocks projects in CMake
« Reply #3 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.

Offline kisoft

  • Almost regular
  • **
  • Posts: 194
Re: support for CodeBlocks projects in CMake
« Reply #4 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.
OS: WinXPSP3
wxWidgets: 2.8.12
CodeBlocks: Master github cbMakefileGen plugin:
https://github.com/kisoft/cbmakefilegen