... 3 4 add_subdirectory(pybind11) 5 pybind11_add_module(ex_simple src/ex_simple.cpp) 1 行目は,このビルド設定で要求する CMake のバージョンを指定している。
確定! 回上一頁