commit | ed136352ac5f4b5d5800109a0d3e9c25770e7856 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Apr 19 10:50:03 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Thu Apr 19 13:26:33 2018 -0700 |
tree | cd8a884019b27f315d49d7c17a86e73792103fa4 | |
parent | 6ba6814f7cd9ee39d0f6e948dc140789cde1b5cd [diff] |
apply pkg-config patch to googletest Googletest doesn't properly support pkg-config, however there is a patch used by the yocto community. This sets everything up, and applies the patch. With this patch, the gtest.pc, etc files are created and installed, allowing autotools to find the gtest/gmock libraries and correctly configure any code using them. Previously this was worked around by explicitly using -lgtest, without checking for the library. Change-Id: I64854e676d74afa3d9e809e8d59351cfb88490f4 Signed-off-by: Patrick Venture <venture@google.com>
Build script for CI jobs in Jenkins.