Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 177 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 177 Bytes

Installation

OSX:

brew install cmake

Windows:

choco install cmake --pre

Steps

cmake -B build
cd build
make test
./test

image