Skip to content

Introduce VCPKG manager for build dependencies

Pavel Kisliak requested to merge vcpkg into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description

Introduce VCPKG manager which will help to download and build third-party libraries.

  • Add VCPKG manifest file
  • Add "CMakeSettings.json" with CMake configuration for Visual Studio IDE
  • Add instructions to "README.md"

This MR does not touch main path with build in Docker image (ToDo)

Issue with details: #30 (closed)

Merge request reports