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
Description
Languages
C++
89.6%
CMake
10.4%