Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 199 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 199 Bytes

Usage:

mkdir build && cd build
  • windows build
cmake -G "MinGW Makefiles" ..
cmake --build . --target bls-go
  • linux/mac build
cmake ..
cmake --build . --target bls-go