使用glslang过程中,vs_runtime应该如何配置? #4357
Unanswered
pgeorge1324
asked this question in
Q&A
Replies: 0 comments
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.
-
问题
xmake project -k cmake -m "debug"
生成的cmakelist构建add_requires("glslang")
-MTd
, 但是glslang却是-MT
, 导致了错误add_requires("glslang", {debug = true, configs = {vs_runtime = "MTd"}})
Beta Was this translation helpful? Give feedback.
All reactions