I cloned a repo from github using git bash, I specifically cloned the "C++ requests" library. But when the folder is cloned into my working directory, with the name "cReq", and I include files from one of the folders in the "cReq" folder that file includes files that are in same folder as itself but with folder name infront.
If you dont understand what I am talking about check out: https://github.com/whoshuu/cpr/tree/master/include/cpr, and see how every files includes from files in the same folder but with the "cpr/" in front in the include tags. Have I misunderstood something or is there a way to change this without having to go into every file. Sorry if this sounds a little tedious, it is pretty hard to explain.
thanks in advance!