C++ Visual Studio 2015 how to include nuget package in my project?

hi, Im using Visual Studio 2015 C++ Community and Im trying to include 2 libraries(curl, and secp256k1) installed from nuget, into my project.

but trying to use any functions from the library results in a "unresolved external symbol" error, which i assume is because my project is only including the header declarations and not the actual definitions, so how do i get VS to include the declarations into my project?
Last edited on
Topic archived. No new replies allowed.