I'm installing google test to use with Xcode, but I'm running into a small problem. When installing the headers and libs on my system it is recommended to use the following commands
$ sudo cp -a include/gtest /usr/include
$ sudo cp -a lib/.libs/* /usr/lib/
However, I am getting this error
cp: include/gtest: No such file or directory
Does anyone know how to properly install the files after I've built them?