Adds conan package manager support.
Handle the pydind11 dependency by conan. This change will adds new operation to configure and install wyrm.
Configure
Before :
cmake ..
After :
conan install ..
cmake ..
Install
Before :
cmake --install
After :
conan create .. user/stable
Edited by Bernard Julien