Install executables as well libraries with setuptools
I have a C++ code that generates a python expansion, through setuptools.Extension
.
In the setup.py file , I define a build_ext, and relies upon CMake to build the extension :
Install executables as well libraries with setuptools
I have a C++ code that generates a python expansion, through setuptools.Extension
.
In the setup.py file , I define a build_ext, and relies upon CMake to build the extension :