Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 184 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 184 Bytes

For those who want to compile this library from the command line:

mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -A Win32
cmake --build . --config Release