build(pybindings): add MSBuild support for python bindings
- Use find_package to link Python headers and libs for MSVC
- Replace VLA with std::vector and copy buffer to py::array_t for safe memory handling
- Update setup.py to detect and copy .so or .pyd extensions based on platform
Signed-off-by:
Deeptanshu Sekhri <deeptanshu.sekhri@arm.com>
Change-Id: I64e8e85eb3664201cd59b277cc605983bc5adf1c
Loading
Please register or sign in to comment