<div dir="ltr"><div>Hello, <br><br>I am wrapping a c++ library with cython. I compile the pyxs and the c++ code with cmake using the cython-cmake-example. <br>If I import the package from the build directory it works flawlessly, if I install through "python setup.py install" into a virtual environment it breaks because the shared objects are not installed (but all the pure .py modules are installed). <br><br>How do I tell setuptools to install the shared objects?<br><br></div>Mario<br></div>