# xmake_pybind11_example **Repository Path**: kin9-0rz/xmake_pybind11_example ## Basic Information - **Project Name**: xmake_pybind11_example - **Description**: No description available - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xmake_pybind11_example xmake编译一个so,然后,直接打包进去。 临时使用没有问题,最好还是使用`ext_modules`的方式build。 ## 参考 - [使用xmake编译pybind11官方demo](https://www.cnblogs.com/ledao/p/15085631.html) - [how to write setup.py to install python extention (xxx.so file) built by SWIG?](https://stackoverflow.com/questions/38125588/how-to-write-setup-py-to-install-python-extention-xxx-so-file-built-by-swig)