## How to install & run need to have conan installed ```bash #assume that you have conan default profile conan install . --build=missing cmake --build --preset=conan-release # or just write name of your preset instead of conan-release ```