241 B
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