How to build a static library in the before-all
step?
#1714
Unanswered
Yikai-Liao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now, the cmake list in my project looks like this. I want to build the static library first (which can be reused for building wheels on the same platform with different python version) to accelerate the whole buiding process.
I have read the document and found the
CIBW_BEFORE_ALL
option.But still don't understand what I need to do, to copy all the pre build static lib to the correct path.
Beta Was this translation helpful? Give feedback.
All reactions