Executing the sequence from the README.
mkdir mybuild # Create a directory to hold the build output. cd mybuild cmake ${GTEST_DIR} # Generate native build scripts.
everything builds but the libraries end up in the mybuild directory and not in the gtest directory next to the include.
Witold