动态库的十分奇怪的问题... #4521
Answered
by
star-hengxing
Extra-Creativity
asked this question in
Q&A
动态库的十分奇怪的问题...
#4521
-
非常简单的一个测试(已附在附件里): set_languages("cxx17")
add_rules("mode.debug", "mode.release")
target("foo")
set_kind("shared")
add_files("src/func.cpp")
target("test")
set_kind("binary")
add_deps("foo")
add_files("src/main.cpp") 但是出现报错: |
Beta Was this translation helpful? Give feedback.
Answered by
star-hengxing
Dec 19, 2023
Replies: 1 comment 6 replies
-
https://xmake.io/#/zh-cn/manual/custom_rule?id=utilssymbolsexport_all |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Extra-Creativity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://xmake.io/#/zh-cn/manual/custom_rule?id=utilssymbolsexport_all