divisionBench/README.md
2025-06-21 19:19:56 +00:00

10 lines
241 B
Markdown

## 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
```