Project Awesome project awesome

cmake-example

Example project which demonstrates various CMake features. [``[BSD3]``][BSD-3-Clause]

Package 144 stars GitHub

License

CMake example

Example project which demonstrates various CMake features.

How to build this demo

cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo
cd build
cmake --build .
ctest
cmake --build . --target install
Back to CMake