cbbowen / graph

Efficient, header-only graph library for C++17 with a pleasant interface.
MIT License
16 stars 3 forks source link

Adding conan support #8

Closed Fohlen closed 4 years ago

Fohlen commented 5 years ago

Hello there. It would be nice to have conan support. If you would like I can create a PR to set it up.

cbbowen commented 5 years ago

I added experimental support in 986bb2c767896a6d8d4396ae319a2bd00206571b. It seems to work, but I don't use Conan myself, so I'd welcome any feedback.

Fohlen commented 5 years ago

@cbbowen nice! Thanks for the fast reaction. I have tested installation under OSX and it appears to work just fine. I will add a test_package PR to check whether it works as supposed. So the to-do list here is

Fohlen commented 4 years ago

This was done