有通配符目标吗?
#2803
Replies: 1 comment
-
自己 for-loop os.files 批量加一下 也没几行代码 https://github.com/idealvin/coost/blob/c6ced3cbe20afcdff4cbddba78d7b2d5ecc57de2/test/xmake.lua#L3 |
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.
-
你在什么场景下需要该功能?
因为经常需要写各种各样的测试demo,做C++技术验证. 需要写很多target, 时常加一些新目标太麻烦了.
我一直用的是Makefile因为他支持通配符目标. 但Makefile也并不完美,也有缺点.
xmake支持通配符吗?
描述可能的解决方案
支持通配符*和?,模式匹配.
描述你认为的候选方案
No response
其他信息
No response
Beta Was this translation helpful? Give feedback.
All reactions