This package contains external system header files used among the dory source.
- conan package manager
- libmemcached-dev
- libibverbs-dev
Run from within this folder:
conan create .
Inside a conanfile.txt
specify:
[requires]
dory-external/0.0.1
and use in source files as follows:
#include <dory/extern/ibverbs.hpp>
#include <dory/extern/memcached.hpp>