Hello,
I am attempting to pull curlpp (libcurl c++ wrapper) into an xcode project.
The library has include files such as:
#include <curlpp/Easy.hpp>
Which brings me to two questions.
1 - Why would someone put the curlpp/ in the include?
2 - How do I get this to work in xcode? I am able to pull the files in and I put them in a group called "curlpp", add them to the compiler search path, but when I attempt to build the curlpp/ is causing errors.
Thanks,
Lucas
I am attempting to pull curlpp (libcurl c++ wrapper) into an xcode project.
The library has include files such as:
#include <curlpp/Easy.hpp>
Which brings me to two questions.
1 - Why would someone put the curlpp/ in the include?
2 - How do I get this to work in xcode? I am able to pull the files in and I put them in a group called "curlpp", add them to the compiler search path, but when I attempt to build the curlpp/ is causing errors.
Thanks,
Lucas