Visual Studio Code – How to use vcpkg to install third party library?
Using VCPKG I follow step on https://github.com/David-Haim/concurrencpp#building-installing-and-testing I already did vcpkg integrate install in the first place vcpkg.json { "name": "vcpkg-test", "version-string": "1.0.0", "dependencies": ["concurrencpp"] } VS Studio Command Line vcpkg x-update-baseline --add-initial-baseline vcpkg install --triplet-x64-windows D:project_CPPC++_studyvcpkg_projectcpp20-test>vcpkg install --triplet x64-windows…