pybind / cmake_example

Example pybind11 module built with a CMake-based build system
Other
616 stars 218 forks source link

running "pip install ./cmake_example" will install the shared library into site-packages root folder, but not a dedicated subfolder #59

Open smasihemami opened 3 years ago

smasihemami commented 3 years ago

How can one make the package such that on running "pip install ./cmake_example" it creates a subfolder in site-packages named "cmake_example" which contains the shared library for cmake_example?