lundi 13 mars 2023

Use VCPKG in Visual Studio Code, without using CMake

I want to use the VCPKG package manager, but I don't want to use CMake, I would like to access the .h that I installed just including it as a standard library, so as not to depend on other tools or editors/IDES. The code shows how I want to use it, in the visual studio code terminal it shows how I already installed the library from vcpkg, but I try to run the .cpp and it still doesn't recognize it

enter image description here

Aucun commentaire:

Enregistrer un commentaire