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

241 B

How to install & run

need to have conan installed

#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