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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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