C/C++ 项目如何指定 xxx.dll,使用 add_links("xxx"),默认是提示 xxx.lib 找不到 #5127
Unanswered
shuaiplusplus
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Windows 动态库需要 .lib 导入符号 可以用 add_links 添加 绝对路径,或者用 add_linkdirs 和 add_links 配合 配置后用 xmake -v 看编译参数 |
Beta Was this translation helpful? Give feedback.
2 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.
-
C/C++ 项目如何指定 xxx.dll,使用 add_links("xxx"),默认是提示 xxx.lib 找不到
Beta Was this translation helpful? Give feedback.
All reactions