You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip install -r requirements.txt to download conan, cmake-format and compdb
For setting up the build folder, run bash setup_build.sh, this will fetch
the dependencies and create a build folder.
Build Instructions
cd build
cmake -G Ninja .. . We can provide extra build flags while running this.
For example to generate release build, run
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..