能否支持设置build排除某几个target以外构建其他target #5121
Replies: 2 comments
-
增量编译有问题,就搞个最小化工程提个 issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
-
类似
xmake build !foo
这样的背景是有一堆target,其中一个target是基本不改,但是qt的类定义在cpp里,要写
{rules = "qt.moc"}
才能编的那种,像下面那样,然后他就算没改过每次也会编Beta Was this translation helpful? Give feedback.
All reactions