Skip to content

mzed/rapid

Repository files navigation

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'