gz-python icon indicating copy to clipboard operation
gz-python copied to clipboard

Fix installation of dependency shared libraries

Open srmainwaring opened this issue 2 years ago • 0 comments

The binding library for gz-transport has a dependency on shared libraries generated by thepybind11_protobuf project. These are not being resolved at runtime causing the issue raised in #18.

Tasks

  • [ ] Update CMakeLists.txt to install this project and its dependencies.
  • [ ] Add Python tests to GHW.
  • [ ] Update README.

srmainwaring avatar Mar 09 '23 15:03 srmainwaring