svn commit: r344313 - projects/import-googletest-1.8.1/lib/googletest/gmock

Enji Cooper ngie at FreeBSD.org
Tue Feb 19 22:46:51 UTC 2019


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


More information about the svn-src-projects mailing list