add_requires是否支持自动链接 #3390
Unanswered
leaf-potato
asked this question in
Q&A
Replies: 2 comments 5 replies
-
这个也可以用自定义 rule 解决,或者直接在全局配置域 add package |
Beta Was this translation helpful? Give feedback.
0 replies
-
add_requires 不处理 target links ,那是 add_packages 干的事情。。 你全局描述域设置 add_packages 不就好了,又不一定非得在 target 里面设置 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
在使用add_requires标签添加依赖包后
如果想这些依赖包对所有target都生效的话 需要每个都
add_packages
一次:想问下
add_requires
有配置项支持对所有的target都链接吗?这样可以不用再重复写一遍。或者add_packages
支持*匹配吗?Beta Was this translation helpful? Give feedback.
All reactions