Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 306 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 306 Bytes

Build Status

Build

  • cmake -H. -B_build -DCMAKE_INSTALL_PREFIX=_install -DBUILD_TESTS=ON
  • cmake —build _build —target install

Test

  • cmake —build _build —target test — ARGS=--verbose