Awesome
CMake example
Example project which demonstrates various CMake features.
- CDash testing dashboard (probably empty but you can submit your test result to it)
How to build this demo
cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo
cd build
cmake --build .
ctest
cmake --build . --target install