pybind11_add_module (${PROJ_NAME} example.cpp) target_link_libraries(${PROJ_NAME} PRIVATE pybind11::module) find_package(Python)
確定! 回上一頁