Vcpkg port for msdf-atlas-gen? #66
DanielWeiner
started this conversation in
General
Replies: 2 comments
-
Would someone be able to make a PR with this into vcpkg repository? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have also written a custom port for msdf-atlas-gen. My reason for not making a PR to microsoft/vcpkg is that 1.3.0 is not formally released yet, and doesn't have a release tag. |
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
-
Hi, I'm working on a project that uses vcpkg for dependency management and I thought it would be nice if this repo were to be made into a vcpkg port.
My solution in the meantime was to use overlay ports and make a custom portfile and vcpkg.json to be consumed by vcpkg.
I'll share my solution here because it could serve as a general idea of how the port could look.
My
portfile.cmake
:My
vcpkg.json
:Note that the above
vcpkg.json
was copy-pasted from the one at the root of this repo, with the additionalvcpkg-cmake
andvcpkg-cmake-config
dependencies to make the portfile work.Beta Was this translation helpful? Give feedback.
All reactions