Examples - CMake
https://cmake.org/examplesExamples | CMake. The following example demonstrates some key ideas of CMake. Make sure that you have CMake installed prior to running this example (go here for instructions). There are three directories involved. The top level directory has two subdirectories called ./Demo and ./Hello. In the directory ./Hello, a library is built.
Cmake-examples - GitHub Pages
ttroy50.github.io/cmake-examplesCMakeis a cross-platform open-source meta-build system which can build, test and package software. It can be used to support multiple native build environments including make, Apple's xcode and Microsoft Visual Studio. The cmake-examples reposioryincludes some example CMake configurations which I have picked up