diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2019-02-13 02:46:46 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2019-02-13 02:46:46 +0000 |
commit | b89a7cc2ed6e4398d5be502f5bb5885d1ec6ff0f (patch) | |
tree | f0004df881245692a8477517ef4df2d8f64d66cc /contrib/googletest/Makefile.am | |
parent | a73b2e25e1e2b69fb172fbb391e5bd1c3878e881 (diff) | |
parent | 83481c8c5c0cd0b3fc86f39b2985efd4e300200a (diff) |
Copy googletest 1.8.1 from ^/vendor/google/googletest/1.8.1 to .../contrib/googletest
Notes
Notes:
svn path=/projects/import-googletest-1.8.1/; revision=344082
Diffstat (limited to 'contrib/googletest/Makefile.am')
-rw-r--r-- | contrib/googletest/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/googletest/Makefile.am b/contrib/googletest/Makefile.am new file mode 100644 index 000000000000..433eefeb0802 --- /dev/null +++ b/contrib/googletest/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to produce Makefile.in +ACLOCAL_AMFLAGS = -I m4 + +AUTOMAKE_OPTIONS = foreign + +# Build . before src so that our all-local and clean-local hooks kicks in at +# the right time. +SUBDIRS = googletest googlemock + +EXTRA_DIST = \ + BUILD.bazel \ + CMakeLists.txt \ + README.md \ + WORKSPACE |