Replies: 1 comment
-
vcpkg has a export command: |
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
-
Hello!
I have a desire to build a single executable for a bare metal project - I'm a way away from chosing a target processor, but think PIC32, for example. Calling "vcpkg integrate install" adds headers and prebuilt libraries to Visual Studio making it very easy to access the dependencies. This will sort out the initial "try it on windows" for ease of development purposes.
However, I will at some point want to pull all source & header files into a single repository/directory structure for another microprocessor specific IDE such as PIC's MPLAB. To do this, at the moment the only options I have are:
This is very laborious.
Can anyone suggest a better solution?
(Eg, "PS> .\vcpkg extract source & headers ForPackage:Triplet --recurse ")
Beta Was this translation helpful? Give feedback.
All reactions