Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 337 Bytes

rapid

Max implementation of RapidLib

CI Build

building

Start in top directory of repository

Configure macOS: mkdir build && cd build && cmake -G Xcode ..

Configure windows: mkdir build && cd build && cmake ..

Build release: cmake --build build --config 'Release'