-
比方说如果是一些过去自己写的东西(也就是随便什么xmake-repo没有收录的第三方库),使用makefile构建,那么怎么快速集成到新的xmake工程中? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Apr 18, 2023
Replies: 1 comment
-
自己在 xmake.lua 定义 package() 走 add_requires 本地集成。。或者 port 到 xmake.lua |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wanzzhehe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
自己在 xmake.lua 定义 package() 走 add_requires 本地集成。。或者 port 到 xmake.lua