CMake - Code :: Blocks - hello world - ejemplo básico

¿Dónde puedo encontrar una guía para generar un simple proyecto CMake Hello World para cargar en CMake?

plataforma: Lenovo 32bit Linux Kubuntu

1) Estaría usando un repositorio git:
./git/CMakeLists.txt
./git/code/CMakeLists.txt
./git/code/hello-world.c

donde los archivos contienen el contenido obvio

2) correría cmake
- pointing the source to the git repo indicated in 1
- configuring the repo
- generating the code-blocs-project (cbp) file in ./build
3) así que simplemente puedo hacer clic
- the cbp link in ./build
- compile the project in c::b and run a 
- very basic console program spitting out, you guessed it: "Hello stack overflowers!"

Respuestas a la pregunta(1)

Su respuesta a la pregunta