Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 253 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 253 Bytes

This project exposes a subset of the Fairy-Stockfish API into a C++ library. The intended use case is for language specific wrappers.

Building:

cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1
cmake --build build