You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
[](https://www.mathworks.com/matlabcentral/fileexchange/182780-vcpkg-wrapper-for-matlab)
4
4
5
5
This simple toolbox wraps [vcpkg - Open source C/C++ dependency manager from Microsoft®](https://vcpkg.io/en/index.html) to ease the integration into MATLAB projects that use vcpkg [manifest mode](https://learn.microsoft.com/en-us/vcpkg/concepts/manifest-mode) to define its dependencies.
6
-
The wrapper toolbox figures out the host and target triplets as well as the compiler paths automatically. You can also pass an explicit target triplet when automatic detection is not the desired behavior. It only requires vcpkg to be available on the system's path.
6
+
The wrapper toolbox figures out the host and target triplets as well as the compiler paths automatically. It only requires vcpkg to be available on the system's path.
7
7
8
8
## Setup
9
9
Download toolbox installer from releases in GitHub or File Exchange and install in MATLAB.
0 commit comments