pymake/tests/generate_pybind11.py
2024-06-15 22:31:29 +08:00

7 lines
61 B
Python

from pymake import cmake
(
cmake("3.15")
.write()
)