An example showing how to consume Bond via vcpkg
This repository contains a Visual Studio 2017 project that consumes
Bond, “a cross-platform framework for working with schematized
data”, via the vcpkg, a tool to “get C and C++ libraries on
Windows”.
It’s mostly used to validate that the Bond port in vcpkg is working
correctly.
.\vcpkg install bond
.\vcpkg integrate project
git clone --recursive
https://github.com/chwarr/bond-via-vcpkg.git
bond-via-vcpkg.sln
solution in this repository.vcpkg.S.src.vcpkg
package and add the one created in step 4.The vcpkg NuGet integration package is used. This has a different name and
path on different machines, so it may need to be adjusted. See the
Getting Started steps for details.