Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2019 23:56:34 -0800 (PST)
From:      "Rodney W. Grimes" <freebsd@pdx.rh.CN85.dnsmgr.net>
To:        "Enji Cooper (yaneurabeya)" <yaneurabeya@gmail.com>
Cc:        rgrimes@freebsd.org, Enji Cooper <ngie@freebsd.org>, src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   Re: svn commit: r344420 - in projects/import-googletest-1.8.1: lib/googletest/gmock lib/googletest/gtest share/mk
Message-ID:  <201902210756.x1L7uYNs019244@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <F6EA4AB0-2B53-493B-8762-62C76F797E5F@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > On Feb 20, 2019, at 10:23 PM, Rodney W. Grimes <freebsd@pdx.rh.CN85.dnsmgr.net> wrote:
> > 
> >> Author: ngie
> >> Date: Thu Feb 21 04:47:44 2019
> >> New Revision: 344420
> >> URL: https://svnweb.freebsd.org/changeset/base/344420 <https://svnweb.freebsd.org/changeset/base/344420>;
> >> 
> >> Log:
> >>  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.
> > 
> > Is this also hooked in to a (cd /usr/src/ && make includes) if gtest is enabled?
> 
> To clarify, are you asking if the headers are installed via ?make includes??
Correct

> 
> Yes, they were before and after this commit. The only thing that?s changed is where they are installed (/usr/include/g{mock,test} -> /usr/include/private/g{mock,test}).
Great, thanks

-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902210756.x1L7uYNs019244>