find_package(pybind11 REQUIRED) pybind11_add_module(pkg1 src/example.cpp) install( TARGETS pkg1 LIBRARY DESTINATION lib ARCHIVE DESTINATION ...
確定! 回上一頁