Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

conan-community/conan-pybind11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-pybind11

pybind11 image

Download Build Status Build status

Conan.io package recipe for pybind11 project.

The packages generated with this conanfile can be found in Bintray.

For Users: Use this package

Basic setup

$ conan install pybind11/2.3.0@conan/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
pybind11/2.3.0@conan/stable

[generators]
cmake

License

MIT License