News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Create CodeBlocks project with cmake

Started by daviddoria, May 13, 2009, 01:25:18 AM

Previous topic - Next topic

daviddoria

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

daviddoria

ah looks like it is
ccmake ../src -G "CodeBlocks - Unix Makefiles"