pymake/tests/generate_pybind11.py
2024-06-15 22:54:28 +08:00

8 lines
72 B
Python

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