CMake - Code::Blocks - hello world - basic example
问题 Where can I find a guide to generate a simple CMake Hello World project to be loaded in CMake? platform: Lenovo 32bit Linux Kubuntu 1) I would be using a git repo: ./git/CMakeLists.txt ./git/code/CMakeLists.txt ./git/code/hello-world.c where the files contain the obvious content 2) I would run cmake - pointing the source to the git repo indicated in 1 - configuring the repo - generating the code-blocs-project (cbp) file in ./build 3) so I can simply click - the cbp link in ./build - compile