microsoft / sfs-client

Simple File Solution (SFS) Client
MIT License
15 stars 13 forks source link

Adding a custom vcpkg port for correlation vector #136

Closed arthuraraujo-msft closed 8 months ago

arthuraraujo-msft commented 8 months ago

Closes #133.

Adding a custom vcpkg port for correlation vector. That way we don't have some dependencies coming from vcpkg and others from FetchContent.

Can be made simpler in the future by consuming from the central vcpkg registry (https://www.github.com/microsoft/vcpkg/pull/37282) but I'm accelerating the migration here by copying the portfile. To do in #135