K 10 svn:author V 4 ngie K 8 svn:date V 27 2019-02-21T04:47:44.547295Z K 7 svn:log V 384 Use gmock/gtest headers when PRIVATELIB is defined The move to /usr/include/private prefixed paths seems to require a bit more effort in order to compile programs. Install the headers to /usr/include/private/g{mock,test}/... and automatically include /usr/include/private in GTESTS_CXXFLAGS to make compilation seamless. I will work on the more global problem later with @bdrewery. END