自定义产出目录&输出配置 #3389
Unanswered
leaf-potato
asked this question in
Q&A
自定义产出目录&输出配置
#3389
Replies: 3 comments 9 replies
-
试一下 |
Beta Was this translation helpful? Give feedback.
1 reply
-
xmake编译后将产出放到 # 设置lib的输出路径
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib) |
Beta Was this translation helpful? Give feedback.
5 replies
-
以及某些配置文件在 |
Beta Was this translation helpful? Give feedback.
3 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.
-
请教下,想把binary的target放到bin目录,library(static shared)放到lib目录怎么配置呢
以及想把配置文件也输出到output目录里,是使用哪个标签呢
Beta Was this translation helpful? Give feedback.
All reactions