Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 138 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 138 Bytes

Modern CMake Template

require CMake >= 3.13.

Build and Test

mkdir build
cd build
cmake  -DBUILD_TESTING=ON ..
make
make test