commit | 3c5442a95d9608519a76a5db27d21d71dd1137a1 | [log] [tgz] |
---|---|---|
author | Carlos O'Ryan <[email protected]> | Mon Mar 26 16:54:32 2018 -0400 |
committer | Feng Xiao <[email protected]> | Mon Mar 26 13:54:32 2018 -0700 |
tree | 4dd687999accb76c0bf65fc2178724c5653f1c61 | |
parent | 1156ee7ea73b768bc52f1a42dfcc42120291e268 [diff] [blame] |
Include googletest as a submodule (#3993) Add googletest as a submodule in third_party/googletest.
diff --git a/configure.ac b/configure.ac index 4e3dc61..6283e31 100644 --- a/configure.ac +++ b/configure.ac
@@ -214,7 +214,7 @@ # too. export CFLAGS export CXXFLAGS -AC_CONFIG_SUBDIRS([gmock]) +AC_CONFIG_SUBDIRS([third_party/googletest]) AC_CONFIG_FILES([Makefile src/Makefile benchmarks/Makefile conformance/Makefile protobuf.pc protobuf-lite.pc]) AC_OUTPUT