Hi!
We have a medium-sized CMake C++ project which we want to package as a Python module. After some research, I've concluded that cmake_build_extension is the favorite choice.
Is there any chance of using cppimport with it? It seems as if it ignored the CMakeLists.txt altogether, e.g. causing missing header errors.
I am happy to invest some of my time into making this functionality, but I will need some guidence.
Hi!
We have a medium-sized CMake C++ project which we want to package as a Python module. After some research, I've concluded that
cmake_build_extensionis the favorite choice.Is there any chance of using
cppimportwith it? It seems as if it ignored the CMakeLists.txt altogether, e.g. causing missing header errors.I am happy to invest some of my time into making this functionality, but I will need some guidence.