Add missing INCSGROUPS definition

This will install the gmock headers, like the gtest headers
This commit is contained in:
Enji Cooper 2019-02-19 22:46:50 +00:00
parent 43e25f47a7
commit f5817a3803
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/import-googletest-1.8.1/; revision=344313

View file

@ -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