cmake_example icon indicating copy to clipboard operation
cmake_example copied to clipboard

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

Open smasihemami opened this issue 4 years ago • 0 comments

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?

smasihemami avatar Aug 25 '21 11:08 smasihemami