aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pybind11/pyproject.toml')
-rw-r--r--3rdparty/pybind11/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdparty/pybind11/pyproject.toml b/3rdparty/pybind11/pyproject.toml
new file mode 100644
index 00000000..5c9d1535
--- /dev/null
+++ b/3rdparty/pybind11/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools>=42", "wheel", "cmake>=3.18", "ninja"]
+build-backend = "setuptools.build_meta"