-
我的工程结构为
target1\xmake.lua
target2\xmake.lua
然后xmake报错:error: unknown target(target1) for target2.deps! |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Sep 1, 2022
Replies: 1 comment
-
根 xmake.lua ,includes("target1", "target2") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jiu-xiao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
根 xmake.lua ,includes("target1", "target2")