/cmake-example

Example project which demonstrates various CMake features.

Primary LanguageCMakeBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

License

CMake example

Example project which demonstrates various CMake features.

How to build this demo

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo ..
make && make test && make install