Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2019 22:46:50 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r344313 - projects/import-googletest-1.8.1/lib/googletest/gmock
Message-ID:  <201902192246.x1JMkofo054191@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Tue Feb 19 22:46:50 2019
New Revision: 344313
URL: https://svnweb.freebsd.org/changeset/base/344313

Log:
  Add missing INCSGROUPS definition
  
  This will install the gmock headers, like the gtest headers

Modified:
  projects/import-googletest-1.8.1/lib/googletest/gmock/Makefile

Modified: projects/import-googletest-1.8.1/lib/googletest/gmock/Makefile
==============================================================================
--- projects/import-googletest-1.8.1/lib/googletest/gmock/Makefile	Tue Feb 19 22:40:32 2019	(r344312)
+++ projects/import-googletest-1.8.1/lib/googletest/gmock/Makefile	Tue Feb 19 22:46:50 2019	(r344313)
@@ -15,6 +15,8 @@ CXXFLAGS+=	-I${GOOGLETEST_SRCROOT}/include
 LIBADD+=	gtest
 LDFLAGS+=	-L${.OBJDIR:H}/gtest
 
+INCSGROUPS=	MAIN_INCS INTERNAL_INCS INTERNAL_CUSTOM_INCS
+
 MAIN_INCSDIR=	${INCLUDEDIR}/gmock
 MAIN_INCS+=	gmock/gmock-matchers.h
 MAIN_INCS+=	gmock/gmock-more-actions.h



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