Conan.io package for gRPC library.
The packages generated with this conanfile can be found in bintray.com.
$ conan install gRPC/1.3.7@osechet/testing
If you handle multiple dependencies in your project is better to add a conanfile.txt
[requires]
gRPC/1.3.7@osechet/testing
[options]
[generators]
cmake
Complete the installation of requirements for your project running:
conan install .
Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.
$ pip install conan_package_tools
$ python build.py
$ conan upload gRPC/1.3.7@osechet/testing --all