Skip to content

Switch to "SHARED" libraries for PyBind11

Joe Snyder requested to merge switch_to_shared_libs into master

To properly link between modules, the pybind11_add_module needs the "SHARED" keyword to not create MODULE libraries.

Merge request reports