Replies: 4 comments 1 reply
-
This question is over two years old. |
Beta Was this translation helpful? Give feedback.
-
@akss13 @hros you are looking for manifest mode + binary caching |
Beta Was this translation helpful? Give feedback.
-
Yeah, the VS Code vcpkg plugin is on the way. |
Beta Was this translation helpful? Give feedback.
-
great to hear that, @JackBoosY |
Beta Was this translation helpful? Give feedback.
-
I'm working on c++ project on a linux machine with vscode and it uses some boost libraries. I've installed them on my system using vcpkg and build it using the toolchain provided by vcpkg. My question is: How do I define the dependencies so that they automatically install on a different system, if they were to build it? Conan has a way of doing it by defining the dependencies in conanfile.txt. How do I do the same with vcpkg?
I've found autovcpkg which does the job I'm looking to do but can the same be done natively inside cmakelists.txt or by vcpkg itself?
Beta Was this translation helpful? Give feedback.
All reactions