/vcpkg-export

export vcpkg packages in manifest mode

Primary LanguagePythonMIT LicenseMIT

vcpkg-export

  • export built packages from the installed directory to a standalone directory in manifest mode which are not supported by vcpkg
  • the directory hierarchy is same as directory exported by 'vcpkg export --raw' command
  • see vcpkg export

usage

  1. edit vcpkg.json to add your packages
  2. generate build files
    cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=<vcpkg root dir>/scripts/buildsystems/vcpkg.cmake
  3. export packages
    cmake --build build

useful links