target间存在构建顺序,但是不需要链接怎么写呢? #5841
Closed
heheda123123
started this conversation in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 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.
-
有个target a是共享库,有个target b是可执行程序
现在希望在构建b的时候把a复制到另一个位置做处理,但是b并不需要链接a。该怎么写呢?
用了add_deps可以设置构建顺序,但是会把a链接到b上
Beta Was this translation helpful? Give feedback.
All reactions