Replies: 1 comment
-
AFAICT such encapsulation doesn't generally exist in vcpkg. To some extent, it might be possible to assemble something in that direction with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a port with several customized dependencies from a private registry that are clashing with ports from vcpkg github (could be include paths, lib names). Is there a way to have these dependencies private to the port? Let's assume they are linked privately and statically.
Basically I would like to create a port that have dependencies not visible to the consumer of the port?
Beta Was this translation helpful? Give feedback.
All reactions