file name: CMakeLists.txt cmake_minimum_required(VERSION 3.5) project(test_pybind) add_subdirectory(pybind11) pybind11_add_module(pyadd ...
確定! 回上一頁