- Download podofo source code from https://github.com/podofo/podofo/tree/master and unzip the source into c:\podofo
- Open a Developer Command Prompt for VS xxxx
- create a build directory podofobuild and cd to that directory
- cmake C:\podofo -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -DPODOFO_BUILD_TOOLS=TRUE
- cmake –build .