Replies: 2 comments 2 replies
-
建议先自己看下文档 |
Beta Was this translation helpful? Give feedback.
1 reply
-
https://xmake.io/#/zh-cn/manual/project_target?id=targetadd_ldflags 刚说了,自己看文档,都有。。 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
求助:
项目中有多个子项目,每个子项目都有自己的 main 函数和对应的 main.cpp,请问如何调整程序入口点?是在不同的 target(xxx) 中 add_files(subproject_main.cpp) 这种嘛?
如何给 linker 传参,在 VS 中可以调整 linker 的属性,lua 脚本中如何传参?目前的方法是在代码文件中使用 #pragma comment(linker, "xxx" ) 传参,想请问一下有没有不需要这么做的方法,在lua中可以传参吗?
Beta Was this translation helpful? Give feedback.
All reactions