I used to use cmake for my regular c++ development. Now, I'm searching for a cross-platform IDE for my purposes. My requirements are: 1. Cmake support, 2. Free. Looks like Code::Blocks fits my requirements but I can't understand how does it deal with project management. All IDEs and text editors I used before had a mechanism of importing a project using several possible build tools, like cmake, msbuild, sconstruct based importers for c/c++ development. Code::Blocks has no built-in default importer for CMake (As far as I've seen). I don't want to bother with command line commands (at least on windows), is there a GUI method to import cmake project and generate it in Code::Blocks (or a plugin may be)?