Trying to figure out how to use pugixml vcpkg port in header-only mode #668
Replies: 1 comment 3 replies
-
I believe vcpkg builds the static library in the configuration you are using, so you should not use |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
vcpkg.json:
main.cpp:
Build fails with:
...\vcpkg_installed\x86-windows-static-md\x86-windows-static-md\include\pugixml.hpp(1559,11): : error C1083: Cannot open include file: 'pugixml.cpp': No such file or directory
Any help is greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions