is there anyone who has experience on using cmake to also generate codeblocks project files ?
How does it work < what is the command on cmake to activate this ?
cmake ../ -G 'CodeBlocks - Unix Makefiles'
And what is the current state, at some time there were questions here to have cmake generate native cbp files, and not just based upon the also generated makefile.
And what with workspaces ... ?