Author Topic: Create CodeBlocks project with cmake  (Read 4089 times)

Offline daviddoria

  • Single posting newcomer
  • *
  • Posts: 3
Create CodeBlocks project with cmake
« on: May 13, 2009, 01:25:18 am »
I've been having issues with KDevelop and have heard good things about CodeBlocks. I'm using to doing

ccmake ../src -G KDevelop3

I looked around and it sounds like cmake is supposed to be able to create CodeBlocks projects. I tried

ccmake ../src -G CodeBlocks

but it seems to generate only a standard unix makefile. (as if I had done "ccmake ../src"). I am using cmake 2.6 patch 3 (it even says it can make CodeBlocks projects in the man page!)

Am I missing something?

Thanks,
Dave

Offline daviddoria

  • Single posting newcomer
  • *
  • Posts: 3
Re: Create CodeBlocks project with cmake
« Reply #1 on: May 13, 2009, 01:37:31 am »
ah looks like it is
ccmake ../src -G "CodeBlocks - Unix Makefiles"