summaryrefslogtreecommitdiff
path: root/lib/googletest/gmock
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2019-02-19 22:46:50 +0000
committerEnji Cooper <ngie@FreeBSD.org>2019-02-19 22:46:50 +0000
commitf5817a3803cc3f98cf50fdc1300cf1e9614911a2 (patch)
treeb490f4680c8426e641b76dd190dc3e757dd5c6f6 /lib/googletest/gmock
parent43e25f47a7c56358fb243645a7db84eccac0ca74 (diff)
downloadsrc-test2-f5817a3803cc3f98cf50fdc1300cf1e9614911a2.tar.gz
src-test2-f5817a3803cc3f98cf50fdc1300cf1e9614911a2.zip
Add missing INCSGROUPS definition
This will install the gmock headers, like the gtest headers
Notes
Notes: svn path=/projects/import-googletest-1.8.1/; revision=344313
Diffstat (limited to 'lib/googletest/gmock')
-rw-r--r--lib/googletest/gmock/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/googletest/gmock/Makefile b/lib/googletest/gmock/Makefile
index 65dffa5f95cc..8579d9a82e5a 100644
--- a/lib/googletest/gmock/Makefile
+++ b/lib/googletest/gmock/Makefile
@@ -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