cmake_minimum_required(VERSION 2.8.12) project(cppremtree) add_subdirectory(pybind11) pybind11_add_module(cppremtree SHARED src/cppremtree.cpp) ...
確定! 回上一頁