I am new to CPP and I find the lack of proper package management quite cumbersome how can I use the library cpr with vcpkg?
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install cpr
I have done these steps and still I can't use cpr library in my code. What else do I have to do?