-
vcpkg已经安装了x64-windows下的gdal,当我用
|
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Oct 9, 2022
Replies: 2 comments 2 replies
-
add_requires("vcpkg::gdal", {configs = {shared = true}}) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scially
-
Ok,谢谢,另外想问下,对于vcpkg的动态链接库,xmake可以自动拷贝到编译目录下么。 |
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
add_requires("vcpkg::gdal", {configs = {shared = true}})