Point scikit-build-core towards a subdirectory when building #1115
Answered
by
JackAshwell11
JackAshwell11
asked this question in
Q&A
-
I have a project structure like this:
How would I go about structuring the pyproject so that scikit-build-core builds the |
Beta Was this translation helpful? Give feedback.
Answered by
JackAshwell11
Aug 28, 2024
Replies: 1 comment 13 replies
-
[tool.scikit-build]
cmake.source-dir = "src/ext"
wheel.packages = ["src/py"] If your project is named |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works now, thanks. Also if my CMake project used presets and a dependency manager like vcpkg (which requires triplets for each platform), how would I specify the preset to use. I've currently got, but it doesn't seem to be working: