-
Is there anything like cmake's ExternalProject() to load an external git repo using xmake as a target? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
May 21, 2025
Replies: 1 comment 2 replies
-
use git submodules + includes or use packages |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Freed-Wu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use git submodules + includes or use packages