Skip to content

Commit 8c7e4c2

Browse files
committed
feat: configure to use Ninja generator
1 parent 117d878 commit 8c7e4c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ install.components = ["python"]
2929
install.strip = false
3030
sdist.exclude = ["endstone_papi/*.cpp"]
3131

32+
[tool.scikit-build-core-conan]
33+
config = ["tools.cmake.cmaketoolchain:generator=Ninja"]
34+
3235
[tool.cibuildwheel]
3336
skip = ["pp*"]
3437

0 commit comments

Comments
 (0)