Provide CMake Project template
Brought to you by:
imikejackson,
weberworks
It would be great if the CMake-Editor Plugin would also ship a CMake Project Template, which creates a toplevel CMakeLists.txt, (+ probably a src/ subdir and hello_world.cpp inside src + the corresponding CMakeLists.txt).
In addition a Debug and Default(or Release) build profile would should be generated, with separate output directories Debug and Build(or Release) and cmake is run with cmake .. -DCMAKE_BUILD_TYPE=... to populate the directories so you can directly run make.