include libcurl/http request
Hello,
im currently trying to include curl lib to an innovaphone app following this guide: https://medium.com/@farhabihelal/how-to-set-up-libcurl-on-visual-studio-2019-a9fdacce6945
When looking at the tutorial, it tells me to "Add ${curl-dir}\builds\libcurl-vc-x86-release-static-ipv6-sspi-winssl\include to Configuration Properties -> VC++ Directories -> Include Directories." but there are no VC++ settings for me. when creating an emtpy cpp project, i can set these settings.
Is there an other way to add it to the app? I just want to do a simple http get/post to an external api from an innovaphone app.
Greetings,
Christian