diff options
author | Dane Springmeyer <dane@mapbox.com> | 2014-10-30 11:24:23 -0400 |
---|---|---|
committer | Dane Springmeyer <dane@mapbox.com> | 2014-10-30 11:24:28 -0400 |
commit | 152545d33a74a9bd0060fe1b75b307d0636e69ea (patch) | |
tree | e3bb2e518c89b2fad1fd64ae3118bb53fed2611e /deps | |
parent | aaa8927169996f1d2ab06e75686e08829da63434 (diff) | |
download | qtlocation-mapboxgl-152545d33a74a9bd0060fe1b75b307d0636e69ea.tar.gz |
fix xtest target - closes #520 - longer term fix at #519
Diffstat (limited to 'deps')
-rw-r--r-- | deps/gtest/gtest.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/gtest/gtest.gyp b/deps/gtest/gtest.gyp index 9fdbde146a..8b638bb130 100644 --- a/deps/gtest/gtest.gyp +++ b/deps/gtest/gtest.gyp @@ -1,4 +1,7 @@ { + 'includes': [ + '../../gyp/common.gypi', + ], 'targets': [{ 'target_name': 'gtest', 'type': 'static_library', |