'How to use vcpkg to install (manage) my own library?
I'm using vcpkg for a little while in a Windows project with a few external libraries, and internal ones too. Now project is going to be ported to macOS and vcpkg seems to help a lot on getting those external libraries on macOS.
Can I manage my own libraries with vcpkg?
Solution 1:[1]
Can I manage my own libraries with vcpkg?
Yes take a look at overlay-ports
You basically write a manifest (vcpkg.json) and a portfile.cmake for your library and have it in an overlay or custom registry.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Alexander Neumann |
